mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
fixes: query confirmations list on viewer (#8017)
This commit is contained in:
parent
d26d6036e8
commit
9317d26a51
1 changed files with 1 additions and 0 deletions
|
|
@ -669,6 +669,7 @@ const withStore = (Component) => (props) => {
|
|||
const { currentLayout, queryConfirmationList } = useEditorStore(
|
||||
(state) => ({
|
||||
currentLayout: state?.currentLayout,
|
||||
queryConfirmationList: state?.queryConfirmationList,
|
||||
}),
|
||||
shallow
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue