diff --git a/packages/react/components/Editor/components/views/InspectView.mjs b/packages/react/components/Editor/components/views/InspectView.mjs index 0476b3609ab..1f514db2ee0 100644 --- a/packages/react/components/Editor/components/views/InspectView.mjs +++ b/packages/react/components/Editor/components/views/InspectView.mjs @@ -48,7 +48,7 @@ export const InspectView = ({ Design, state, update, config }) => { /* * First, attempt to draft */ - const { pattern, failure, errors } = draft(Design, state.settings, plugins) + const { pattern, failure, errors } = draft(Design, state.settings) /* * Create object holding strings for translation