diff --git a/frontend/src/Editor/Viewer.jsx b/frontend/src/Editor/Viewer.jsx index 25945c112c..680eda8856 100644 --- a/frontend/src/Editor/Viewer.jsx +++ b/frontend/src/Editor/Viewer.jsx @@ -669,6 +669,7 @@ const withStore = (Component) => (props) => { const { currentLayout, queryConfirmationList } = useEditorStore( (state) => ({ currentLayout: state?.currentLayout, + queryConfirmationList: state?.queryConfirmationList, }), shallow );