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
1 changed files with 1 additions and 1 deletions

View File

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