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<{
|
defineProps<{
|
||||||
modelValue: IComment;
|
modelValue: IComment;
|
||||||
currentActor: IPerson;
|
currentActor: IPerson;
|
||||||
canReport: boolean;
|
canReport?: boolean;
|
||||||
}>(),
|
}>(),
|
||||||
{ canReport: false }
|
{ canReport: false }
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue