From d57e8344295732c2b33a691e28fc621fce91c09d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Fri, 27 Jan 2023 09:50:27 +0100 Subject: [PATCH] better comment --- src/Umbraco.Web.UI.Client/libs/store/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }