Skip to content

Commit f574e32

Browse files
committed
remove at-loot attribute
1 parent bc43f88 commit f574e32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ export class UmbBlockGridEntriesElement extends UmbLitElement {
207207
(x) => x.contentUdi,
208208
(layoutEntry, index) =>
209209
html`<umb-block-grid-entry
210-
?at-root=${this._areaKey === null}
211210
class="umb-block-grid__layout-item"
212211
index=${index}
213212
.contentUdi=${layoutEntry.contentUdi}

0 commit comments

Comments
 (0)