remove TODO comment

This commit is contained in:
Niels Lyngsø
2023-08-04 15:52:12 +02:00
parent a9745519cd
commit b7e3493b97

View File

@@ -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 that have a property editor schema alias
// Only include Property Editor UIs which has Property Editor Schema Alias
result = result.filter((propertyEditorUi) => !!propertyEditorUi.meta.propertyEditorSchemaAlias);
this._groupedPropertyEditorUIs = groupBy(result, 'meta.group');