fixed dialogs behaviour

This commit is contained in:
tdv
2025-10-07 11:43:49 +03:00
parent a404a37a60
commit 79dbd98ca6
7 changed files with 57 additions and 51 deletions

View File

@@ -38,7 +38,7 @@ function onSave() {
<template>
<Dialog
:open="props.modelValue"
@openChange="(v: boolean) => emit('update:modelValue', v)"
@update:open="(v: boolean) => emit('update:modelValue', v)"
>
<DialogContent class="sm:max-w-[425px]">
<DialogHeader>