1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

Fix broken autolink creation

This commit is contained in:
Andrew Kingston 2021-01-19 13:49:14 +00:00
parent 84bba45ad2
commit df89876cb4

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) {