diff --git a/packages/app-page-builder/src/editor/recoil/actions/updateElement/action.ts b/packages/app-page-builder/src/editor/recoil/actions/updateElement/action.ts index 6ae7ca828f3..1f845f47e9a 100644 --- a/packages/app-page-builder/src/editor/recoil/actions/updateElement/action.ts +++ b/packages/app-page-builder/src/editor/recoil/actions/updateElement/action.ts @@ -6,7 +6,7 @@ import { UpdateElementActionArgsType } from "./types"; export const updateElementAction: EventActionCallable = ( state, { client }, - { element, history, triggerUpdateElementTree } + { element, history, triggerUpdateElementTree, debounce, onFinish } ) => { const actions = []; if (history === true) { @@ -15,7 +15,7 @@ export const updateElementAction: EventActionCallable