diff --git a/src/Umbraco.Web.UI.Client/libs/store/store.ts b/src/Umbraco.Web.UI.Client/libs/store/store.ts index dbaf6e17a2..65b063342a 100644 --- a/src/Umbraco.Web.UI.Client/libs/store/store.ts +++ b/src/Umbraco.Web.UI.Client/libs/store/store.ts @@ -44,7 +44,7 @@ export interface UmbEntityDetailStore extends UmbDataStore { export interface UmbContentStore extends UmbEntityDetailStore { - // TODO: make something that is specific for UmbContentStore + // TODO: make something that is specific for UmbContentStore, or then we should get rid of it. But for now i kept it as we might want this for rollback or other things specific to Content types. save(data: T[]): Promise; }