fixed dialogs behaviour
This commit is contained in:
@@ -26,7 +26,7 @@ const emit = defineEmits<{
|
||||
<template>
|
||||
<AlertDialog
|
||||
:open="props.modelValue"
|
||||
@openChange="(v: boolean) => emit('update:modelValue', v)"
|
||||
@update:open="(v: boolean) => emit('update:modelValue', v)"
|
||||
>
|
||||
<AlertDialogContent>
|
||||
<AlertDialogHeader>
|
||||
|
||||
Reference in New Issue
Block a user