Linting
This commit is contained in:
parent
06e516ee70
commit
7f3dfc8bba
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue