Merge pull request #7023 from Budibase/cheeks-fixes-2
Fix add component button in empty screens
This commit is contained in:
commit
01bd88474b
|
@ -186,7 +186,7 @@
|
|||
$goto("./navigation")
|
||||
}
|
||||
} else if (type === "request-add-component") {
|
||||
$goto("./components/new")
|
||||
$goto(`./components/${$selectedComponent?._id}/new`)
|
||||
} else if (type === "highlight-setting") {
|
||||
store.actions.settings.highlight(data.setting)
|
||||
|
||||
|
|
Loading…
Reference in New Issue