Fix toggle navigation for a screen not refrecting in the app preview
This commit is contained in:
parent
cfc684b199
commit
17efdeb824
|
@ -60,6 +60,9 @@ const createScreenStore = () => {
|
||||||
title: activeScreen.navigation ?? $appStore.application?.name,
|
title: activeScreen.navigation ?? $appStore.application?.name,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (!navigationProps.navigation) {
|
||||||
|
navigationProps.navigation = "Top"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
activeLayout = {
|
activeLayout = {
|
||||||
_id: "layout",
|
_id: "layout",
|
||||||
|
|
Loading…
Reference in New Issue