jam411 před 3 roky
rodič
revize
5cb83e0154

+ 1 - 1
packages/app/src/components/PageComment/DeleteCommentModal.tsx

@@ -16,7 +16,7 @@ export type DeleteCommentModalProps = {
   isShown: boolean,
   isShown: boolean,
   comment: ICommentHasId,
   comment: ICommentHasId,
   errorMessage: string,
   errorMessage: string,
-  cancel: (value: any) => void, // for cancel evnet handling
+  cancel: () => void, // for cancel evnet handling
   confirmedToDelete: () => void, // for confirmed event handling
   confirmedToDelete: () => void, // for confirmed event handling
 }
 }