Changing back to builder getting the normal routing structure for builder.
This commit is contained in:
parent
6a50b1057d
commit
82feb6d740
|
@ -50,7 +50,7 @@ export const getFrontendStore = () => {
|
||||||
return state
|
return state
|
||||||
})
|
})
|
||||||
const screens = await api.get("/api/screens").then(r => r.json())
|
const screens = await api.get("/api/screens").then(r => r.json())
|
||||||
const routing = await api.get("/api/routing/client").then(r => r.json())
|
const routing = await api.get("/api/routing").then(r => r.json())
|
||||||
|
|
||||||
const mainScreens = screens.filter(screen =>
|
const mainScreens = screens.filter(screen =>
|
||||||
screen._id.includes(pkg.pages.main._id)
|
screen._id.includes(pkg.pages.main._id)
|
||||||
|
|
Loading…
Reference in New Issue