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