mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +00:00
fixes The selectedRow and selectedRowId is still populated with the previous data. (#2653)
This commit is contained in:
parent
e64a273b0d
commit
b092226c49
1 changed files with 2 additions and 0 deletions
|
|
@ -833,6 +833,8 @@ export function Table({
|
|||
onComponentOptionsChanged(component, [
|
||||
['currentPageData', pageData],
|
||||
['currentData', currentData],
|
||||
['selectedRow', []],
|
||||
['selectedRowId', null],
|
||||
]);
|
||||
}, [tableData.length, componentState.changeSet]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue