Explorar el Código

edit -> editor

Shun Miyazawa hace 2 años
padre
commit
26ba892472
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/app/src/interfaces/apiv3/page.ts

+ 1 - 1
apps/app/src/interfaces/apiv3/page.ts

@@ -27,7 +27,7 @@ export type IApiv3PageUpdateParams = IOptionsForUpdate & {
   revisionId: string,
   body: string,
 
-  origin?: 'view' | 'edit',
+  origin?: 'view' | 'editor',
   isSlackEnabled?: boolean,
   slackChannels?: string,
 };