if ui alias

This commit is contained in:
Lone Iversen
2024-03-22 14:27:33 +01:00
parent b887379917
commit aea14a5b17

View File

@@ -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',