Fix null refrence exception if definitions don't exist
This commit is contained in:
parent
fa12abf126
commit
84db937cba
|
@ -211,7 +211,7 @@
|
|||
$: gridMetadata.set({
|
||||
insideGrid:
|
||||
parent?._component.endsWith("/container") && parent?.layout === "grid",
|
||||
ignoresLayout: definition.ignoresLayout === true,
|
||||
ignoresLayout: definition?.ignoresLayout === true,
|
||||
id,
|
||||
interactive,
|
||||
styles: normalStyles,
|
||||
|
|
Loading…
Reference in New Issue