diff --git a/front/src/components/common/DangerousButton.vue b/front/src/components/common/DangerousButton.vue index 8af74f769..5cbef31d3 100644 --- a/front/src/components/common/DangerousButton.vue +++ b/front/src/components/common/DangerousButton.vue @@ -20,7 +20,7 @@ const emit = defineEmits() const props = withDefaults(defineProps(), { action: () => undefined, disabled: false, - confirmColor: 'danger' + confirmColor: 'destructive' }) const showModal = ref(false)