This commit is contained in:
Dean 2023-07-14 11:42:22 +01:00
parent 06e516ee70
commit 7f3dfc8bba
1 changed files with 1 additions and 1 deletions

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) {