1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00

Merge pull request #3666 from Budibase/fix/conditional-layout-links

Fix conditional layout links
This commit is contained in:
Andrew Kingston 2021-12-08 11:30:21 +00:00 committed by GitHub
commit 31e669dc12

View file

@ -6,7 +6,7 @@
export let value = []
let drawer
let links = cloneDeep(value)
let links = cloneDeep(value || [])
const dispatch = createEventDispatcher()
const save = () => {