soumaeda 2 лет назад
Родитель
Сommit
0c8bed3085

+ 0 - 1
apps/app/src/client/services/page-operation.ts

@@ -109,7 +109,6 @@ const updatePage = async(pageId: string, revisionId: string, markdown: string, t
     revision_id: revisionId,
     body: markdown,
   });
-  console.log('params', params);
 
   const res: any = await apiPost('/pages.update', params);
   if (!res.ok) {

+ 0 - 1
apps/app/src/client/services/side-effects/drawio-modal-launcher-for-view.ts

@@ -50,7 +50,6 @@ export const useDrawioModalLauncherForView = (opts?: {
       grant: currentPage.grant,
       grantUserGroupId: currentPage.grantedGroup?._id,
       grantUserGroupName: currentPage.grantedGroup?.name,
-      pageTags: tagsInfo.tags,
     };
 
     try {

+ 0 - 1
apps/app/src/client/services/side-effects/handsontable-modal-launcher-for-view.ts

@@ -49,7 +49,6 @@ export const useHandsontableModalLauncherForView = (opts?: {
       grant: currentPage.grant,
       grantUserGroupId: currentPage.grantedGroup?._id,
       grantUserGroupName: currentPage.grantedGroup?.name,
-      pageTags: tagsInfo.tags,
     };
 
     try {