Skip to content

Commit

Permalink
update selectedkey prop usage
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Nov 1, 2022
1 parent 0255461 commit 0ff82b3
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 0ff82b3

Please sign in to comment.