This commit is contained in:
JesmoDev
2024-04-30 11:38:30 +02:00
parent 7e6b14df2f
commit 6aefedfdf7

View File

@@ -34,16 +34,6 @@ export class UmbWebhookWorkspaceEditorElement extends UmbLitElement {
});
}
#handleInput(event: UUIInputEvent) {
if (event instanceof UUIInputEvent) {
const target = event.composedPath()[0] as UUIInputElement;
if (typeof target?.value === 'string') {
this.#workspaceContext?.setName(target.value);
}
}
}
render() {
return html`<umb-workspace-editor
alias="Umb.Workspace.Webhook"