Fix broken autolink creation
This commit is contained in:
parent
5c469f24b9
commit
6030c4849e
|
@ -491,7 +491,7 @@ export const getFrontendStore = () => {
|
||||||
|
|
||||||
// Find a nav bar in the main layout
|
// Find a nav bar in the main layout
|
||||||
const nav = findComponentType(
|
const nav = findComponentType(
|
||||||
layout,
|
layout.props,
|
||||||
"@budibase/standard-components/navigation"
|
"@budibase/standard-components/navigation"
|
||||||
)
|
)
|
||||||
if (!nav) {
|
if (!nav) {
|
||||||
|
|
Loading…
Reference in New Issue