Merge pull request #1588 from umbraco/bugfix/block-type-workspace-modals

fix: Block Type Modals removing url when done.
This commit is contained in:
Niels Lyngsø
2024-04-11 14:30:11 +02:00
committed by GitHub

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">