This commit is contained in:
Niels Lyngsø
2024-04-11 14:22:50 +02:00
parent e702c87bb0
commit 8fea6796b7

View File

@@ -119,7 +119,7 @@ export class UmbInputBlockTypeElement<
.name=${block.label}
.iconColor=${block.iconColor}
.backgroundColor=${block.backgroundColor}
.href="${this.workspacePath}/edit/${block.contentElementTypeKey}"
.href="${this.workspacePath}edit/${block.contentElementTypeKey}"
.contentElementTypeKey=${block.contentElementTypeKey}>
<uui-action-bar slot="actions">
<uui-button @click=${() => this.#onRequestDelete(block)} label="Remove block">