Fix bug which caused autolinks to not be generated
This commit is contained in:
parent
e16e909c65
commit
ff3e79696d
|
@ -70,7 +70,7 @@ export const allScreens = derived(store, $store => {
|
|||
|
||||
export const mainLayout = derived(store, $store => {
|
||||
return $store.layouts?.find(
|
||||
layout => layout.props?._id === LAYOUT_NAMES.MASTER.PRIVATE
|
||||
layout => layout._id === LAYOUT_NAMES.MASTER.PRIVATE
|
||||
)
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue