File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/packages/block/block-grid/components/block-grid-entry Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -319,13 +319,11 @@ export class UmbBlockGridEntryElement extends UmbLitElement implements UmbProper
319
319
} ;
320
320
321
321
#renderInlineEditBlock( ) {
322
- return html `<umb- block- grid- block- inline
323
- .contentUdi = ${ this . contentUdi }
324
- .label = ${ this . _label } > </ umb- block- grid- block- inline> ` ;
322
+ return html `<umb- block- grid- block- inline .label = ${ this . _label } > </ umb- block- grid- block- inline> ` ;
325
323
}
326
324
327
325
#renderRefBlock( ) {
328
- return html `<umb- block- grid- block .contentUdi = ${ this . contentUdi } . label = ${ this . _label } > </ umb- block- grid- block> ` ;
326
+ return html `<umb- block- grid- block .label = ${ this . _label } > </ umb- block- grid- block> ` ;
329
327
}
330
328
331
329
#renderBlock( ) {
You can’t perform that action at this time.
0 commit comments