Skip to content

Commit

Permalink
Merge pull request #277 from microsoft/fix/selected_key
Browse files Browse the repository at this point in the history
update selectedkey prop usage
  • Loading branch information
darthtrevino authored Nov 1, 2022
2 parents 0255461 + 0ff82b3 commit 4932256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/app-wrangle/src/components/TableEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const TableEditor: React.FC<TableEditorProps> = memo(
<StepHistoryList
onDelete={onDelete}
onSelect={setSelectedId}
key={selectedId}
selectedKey={selectedId}
workflow={workflow}
onSave={onSave}
/>
Expand Down

0 comments on commit 4932256

Please sign in to comment.