Skip to content

Commit 2eb2efc

Browse files
committed
clean up attributes
1 parent 1f050ff commit 2eb2efc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/packages/block/block-type/components/input-block-type/input-block-type.element.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@ export class UmbInputBlockTypeElement<
145145
#renderItem = (block: BlockType) => {
146146
return html`
147147
<umb-block-type-card
148-
.data-umb-content-element-key=${block.contentElementTypeKey}
149-
.name=${block.label}
150148
.iconFile=${block.thumbnail}
151149
.iconColor=${block.iconColor}
152150
.backgroundColor=${block.backgroundColor}

src/packages/block/block/modals/block-catalogue/block-catalogue-modal.element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export class UmbBlockCatalogueModalElement extends UmbModalBaseElement<
124124
(block) => block.contentElementTypeKey,
125125
(block) => html`
126126
<umb-block-type-card
127+
.iconFile=${block.thumbnail}
127128
.iconColor=${block.iconColor}
128129
.backgroundColor=${block.backgroundColor}
129130
.contentElementTypeKey=${block.contentElementTypeKey}

0 commit comments

Comments
 (0)