fixes: query confirmations list on viewer (#8017)

This commit is contained in:
Arpit 2023-10-25 14:51:25 +05:30 committed by GitHub
parent d26d6036e8
commit 9317d26a51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -669,6 +669,7 @@ const withStore = (Component) => (props) => {
const { currentLayout, queryConfirmationList } = useEditorStore(
(state) => ({
currentLayout: state?.currentLayout,
queryConfirmationList: state?.queryConfirmationList,
}),
shallow
);