Fix toggle navigation for a screen not refrecting in the app preview

This commit is contained in:
Andrew Kingston 2022-04-27 13:28:17 +01:00
parent cfc684b199
commit 17efdeb824
1 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,9 @@ const createScreenStore = () => {
title: activeScreen.navigation ?? $appStore.application?.name,
}
}
if (!navigationProps.navigation) {
navigationProps.navigation = "Top"
}
}
activeLayout = {
_id: "layout",