2
0
Эх сурвалжийг харах

Merge branch 'support/apply-nextjs-PageComment-integrate' into support/apply-nextjs-to-CommentEditor

jam411 3 жил өмнө
parent
commit
83c7ba87ec

+ 1 - 1
packages/app/src/stores/context.tsx

@@ -233,7 +233,7 @@ export const useRendererConfig = (initialData?: RendererConfig): SWRResponse<Ren
   return useStaticSWR('growiRendererConfig', initialData);
 };
 
-export const useIsAllReplyShown = (initialData?: boolean): SWRResponse<boolean, any> => {
+export const useIsAllReplyShown = (initialData?: boolean): SWRResponse<boolean, Error> => {
   return useStaticSWR('isAllReplyShown', initialData);
 };