Merge commit

This commit is contained in:
Dean 2023-02-27 09:11:32 +00:00
parent 4c10f2144b
commit 83a764b76e
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ const INITIAL_FRONTEND_STATE = {
// onboarding // onboarding
onboarding: false, onboarding: false,
tourNodes: null, tourNodes: null,
builderSidePanel: false,
} }
export const getFrontendStore = () => { export const getFrontendStore = () => {