Skip to content

Commit 4d1bcc9

Browse files
committed
remove .contentUdi
1 parent 1e2d89e commit 4d1bcc9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/packages/block/block-grid/components/block-grid-entry/block-grid-entry.element.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,13 +319,11 @@ export class UmbBlockGridEntryElement extends UmbLitElement implements UmbProper
319319
};
320320

321321
#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>`;
325323
}
326324

327325
#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>`;
329327
}
330328

331329
#renderBlock() {

0 commit comments

Comments
 (0)