remove TODO comment
This commit is contained in:
@@ -71,8 +71,7 @@ export class UmbPropertyEditorUIPickerModalElement extends UmbLitElement {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
// TODO: Should this be done in the registry or somewhere else a *little* more central?
|
// Only include Property Editor UIs which has Property Editor Schema Alias
|
||||||
// Only include property editor UIs that have a property editor schema alias
|
|
||||||
result = result.filter((propertyEditorUi) => !!propertyEditorUi.meta.propertyEditorSchemaAlias);
|
result = result.filter((propertyEditorUi) => !!propertyEditorUi.meta.propertyEditorSchemaAlias);
|
||||||
|
|
||||||
this._groupedPropertyEditorUIs = groupBy(result, 'meta.group');
|
this._groupedPropertyEditorUIs = groupBy(result, 'meta.group');
|
||||||
|
|||||||
Reference in New Issue
Block a user