Merge branch 'feature/backend-routing' of github.com:Budibase/budibase into routing-ui
This commit is contained in:
commit
7218a95a02
|
@ -49,7 +49,6 @@ export const getFrontendStore = () => {
|
|||
return state
|
||||
})
|
||||
const screens = await api.get("/api/screens").then(r => r.json())
|
||||
const routing = await api.get("/api/routing").then(r => r.json())
|
||||
|
||||
const mainScreens = screens.filter(screen =>
|
||||
screen._id.includes(pkg.pages.main._id)
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import { cloneDeep } from "lodash/fp"
|
||||
import { v4 } from "uuid"
|
||||
import { BaseStructure } from "./BaseStructure"
|
||||
|
||||
|
|
Loading…
Reference in New Issue