diff --git a/front/src/components/common/DangerousButton.vue b/front/src/components/common/DangerousButton.vue index 947ffd769..43f786fe9 100644 --- a/front/src/components/common/DangerousButton.vue +++ b/front/src/components/common/DangerousButton.vue @@ -15,7 +15,7 @@ const props = defineProps<{ title?: string action?: () => void, confirmColor?:'success' | 'danger', - popoverItem?: true + popoverItem?: boolean }>() const { t } = useI18n() @@ -32,7 +32,7 @@ const confirm = () => {