delete update item store

This commit is contained in:
Niels Lyngsø
2023-06-07 20:40:52 +02:00
parent ad48de70ad
commit 90cfb1c776

View File

@@ -251,6 +251,7 @@ export class UmbDataTypeRepository
// TODO: would be nice to align the stores on methods/methodNames.
this.#detailStore?.remove([id]);
this.#treeStore?.removeItem(id);
this.#itemStore?.removeItem(id);
const notification = { data: { message: `Data Type deleted` } };
this.#notificationContext?.peek('positive', notification);