1
0
Fork 0
mirror of synced 2024-07-02 13:01:09 +12:00

Fix broken autolink creation

This commit is contained in:
Andrew Kingston 2021-01-19 13:49:14 +00:00
parent 5c469f24b9
commit 6030c4849e

View file

@ -491,7 +491,7 @@ export const getFrontendStore = () => {
// Find a nav bar in the main layout
const nav = findComponentType(
layout,
layout.props,
"@budibase/standard-components/navigation"
)
if (!nav) {