1
0
Fork 0
mirror of synced 2024-07-08 15:56:23 +12:00
This commit is contained in:
Dean 2023-07-14 11:42:22 +01:00
parent 06e516ee70
commit 7f3dfc8bba

View file

@ -101,7 +101,7 @@ const fetchRowHandler = async action => {
}
}
const deleteRowHandler = async (action, context) => {
const deleteRowHandler = async action => {
const { tableId, rowId: rowConfig, notificationOverride } = action.parameters
if (tableId && rowConfig) {