delete update item store
This commit is contained in:
@@ -251,6 +251,7 @@ export class UmbDataTypeRepository
|
|||||||
// TODO: would be nice to align the stores on methods/methodNames.
|
// TODO: would be nice to align the stores on methods/methodNames.
|
||||||
this.#detailStore?.remove([id]);
|
this.#detailStore?.remove([id]);
|
||||||
this.#treeStore?.removeItem(id);
|
this.#treeStore?.removeItem(id);
|
||||||
|
this.#itemStore?.removeItem(id);
|
||||||
|
|
||||||
const notification = { data: { message: `Data Type deleted` } };
|
const notification = { data: { message: `Data Type deleted` } };
|
||||||
this.#notificationContext?.peek('positive', notification);
|
this.#notificationContext?.peek('positive', notification);
|
||||||
|
|||||||
Reference in New Issue
Block a user