move prop
This commit is contained in:
@@ -102,10 +102,6 @@ export class UmbBlockGridEntryElement extends UmbLitElement implements UmbProper
|
||||
|
||||
@state()
|
||||
_canScale?: boolean;
|
||||
|
||||
@state()
|
||||
_invalidBlockType?: boolean;
|
||||
|
||||
@state()
|
||||
_showInlineCreateBefore?: boolean;
|
||||
@state()
|
||||
@@ -113,6 +109,9 @@ export class UmbBlockGridEntryElement extends UmbLitElement implements UmbProper
|
||||
@state()
|
||||
_inlineCreateAboveWidth?: string;
|
||||
|
||||
@state()
|
||||
_invalidBlockType?: boolean;
|
||||
|
||||
// 'content-invalid' attribute is used for styling purpose.
|
||||
@property({ type: Boolean, attribute: 'content-invalid', reflect: true })
|
||||
_contentInvalid?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user