chore(typo): use existing color name
This commit is contained in:
parent
f3961449f1
commit
bf859e38ee
|
@ -20,7 +20,7 @@ const emit = defineEmits<Events>()
|
|||
const props = withDefaults(defineProps<Props>(), {
|
||||
action: () => undefined,
|
||||
disabled: false,
|
||||
confirmColor: 'danger'
|
||||
confirmColor: 'destructive'
|
||||
})
|
||||
|
||||
const showModal = ref(false)
|
||||
|
|
Loading…
Reference in New Issue