Only uncheck other homescreens if homescreen set
This commit is contained in:
parent
30f42cd338
commit
bcd4ac1db8
|
@ -369,7 +369,7 @@ export const getFrontendStore = () => {
|
||||||
s._id !== screen._id
|
s._id !== screen._id
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
if (otherHomeScreens.length) {
|
if (otherHomeScreens.length && updatedScreen.routing.homeScreen) {
|
||||||
const patch = screen => {
|
const patch = screen => {
|
||||||
screen.routing.homeScreen = false
|
screen.routing.homeScreen = false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue