mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
fixes: table event - onBulkUpdate
This commit is contained in:
parent
35f01f3cf4
commit
3edd62f298
1 changed files with 1 additions and 1 deletions
|
|
@ -1303,7 +1303,7 @@ export function Table({
|
|||
<button
|
||||
className={`btn btn-primary btn-sm mx-2 ${tableDetails.isSavingChanges ? 'btn-loading' : ''}`}
|
||||
onClick={() =>
|
||||
onEvent('onBulkUpdate', { component }).then(() => {
|
||||
onEvent('onBulkUpdate', tableEvents, { component }).then(() => {
|
||||
handleChangesSaved();
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue