✨ feature: Confirm modal component updated
This commit is contained in:
parent
0245e4df4a
commit
0becd4a459
|
@ -16,6 +16,7 @@ const props = withDefaults(defineProps<ConfirmDialogProps>(), {
|
|||
:group="props.group"
|
||||
:draggable="props.draggable"
|
||||
:breakpoints="props.breakpoints"
|
||||
role="alert"
|
||||
>
|
||||
<template #container="slotProps">
|
||||
<div class="container">
|
||||
|
|
Loading…
Reference in New Issue
Block a user