if ui alias
This commit is contained in:
@@ -33,7 +33,9 @@ export class UmbRefDataTypeElement extends UmbElementMixin(UUIRefNodeElement) {
|
||||
this.name = dataType.name ?? '';
|
||||
this.propertyEditorUiAlias = dataType.editorUiAlias ?? '';
|
||||
this.propertyEditorSchemaAlias = dataType.editorAlias ?? '';
|
||||
this.#getIconFromRegistry();
|
||||
if (this.propertyEditorUiAlias) {
|
||||
this.#getIconFromRegistry();
|
||||
}
|
||||
}
|
||||
},
|
||||
'dataType',
|
||||
|
||||
Reference in New Issue
Block a user