refactor: set value on cancel

This commit is contained in:
Thanaphon Frappet 2024-10-10 17:40:54 +07:00
parent c0c2d65687
commit e40ac7a30e
2 changed files with 13 additions and 1 deletions

View file

@ -37,6 +37,7 @@ onMounted(() => {
"
:close="
() => {
cancel?.();
modal = false;
}
"