clean up
This commit is contained in:
@@ -20,7 +20,6 @@ export class UmbDataTypeDetailStore extends UmbDetailStoreBase<UmbDataTypeDetail
|
||||
}
|
||||
|
||||
withPropertyEditorUiAlias(propertyEditorUiAlias: string) {
|
||||
// TODO: Use a model for the data-type tree items: ^^Most likely it should be parsed to the UmbEntityTreeStore as a generic type.
|
||||
return this._data.asObservablePart((items) => items.filter((item) => item.editorUiAlias === propertyEditorUiAlias));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ import { UmbStoreConnector } from '@umbraco-cms/backoffice/store';
|
||||
/**
|
||||
* @export
|
||||
* @class UmbStylesheetTreeStore
|
||||
* @extends {UmbEntityTreeStore}
|
||||
* @extends {UmbUniqueTreeStore}
|
||||
* @description - Tree Data Store for Stylesheets
|
||||
*/
|
||||
export class UmbStylesheetTreeStore extends UmbUniqueTreeStore {
|
||||
|
||||
Reference in New Issue
Block a user