Data Type Details Workspace View
Canceling the picker no longer empties the Property Editor selection.
This commit is contained in:
@@ -63,7 +63,9 @@ export class UmbDataTypeDetailsWorkspaceViewEditElement extends UmbLitElement im
|
||||
.onSubmit()
|
||||
.catch(() => undefined);
|
||||
|
||||
this._workspaceContext?.setPropertyEditorUiAlias(value?.selection[0]);
|
||||
if (value) {
|
||||
this._workspaceContext?.setPropertyEditorUiAlias(value.selection[0]);
|
||||
}
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user