rename alias

This commit is contained in:
Mads Rasmussen
2023-03-02 13:25:23 +01:00
parent fab31ec2b5
commit b1792a3709

View File

@@ -13,7 +13,7 @@ const repository: ManifestRepository = {
};
export const DOCUMENT_TYPE_STORE_ALIAS = 'Umb.Store.DocumentType';
export const DOCUMENT_TYPE_TREE_STORE_ALIAS = 'Umb.Store.Tree.DocumentType';
export const DOCUMENT_TYPE_TREE_STORE_ALIAS = 'Umb.Store.DocumentTypeTree';
const store: ManifestStore = {
type: 'store',