|
@@ -15,7 +15,7 @@ import styles from './DeleteCommentModal.module.scss';
|
|
|
|
|
|
|
|
export type DeleteCommentModalProps = {
|
|
export type DeleteCommentModalProps = {
|
|
|
isShown: boolean,
|
|
isShown: boolean,
|
|
|
- comment?: Nullable<ICommentHasId>,
|
|
|
|
|
|
|
+ comment: Nullable<ICommentHasId>,
|
|
|
errorMessage: string,
|
|
errorMessage: string,
|
|
|
cancelToDelete: () => void,
|
|
cancelToDelete: () => void,
|
|
|
confirmeToDelete: () => void,
|
|
confirmeToDelete: () => void,
|