fix(front): fix typing for canReport prop on DiscussionComment
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
b8d75025d2
commit
c2055d92ae
|
@ -168,7 +168,7 @@ const props = withDefaults(
|
|||
defineProps<{
|
||||
modelValue: IComment;
|
||||
currentActor: IPerson;
|
||||
canReport: boolean;
|
||||
canReport?: boolean;
|
||||
}>(),
|
||||
{ canReport: false }
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue