사소한 리팩토링

This commit is contained in:
static
2025-01-23 13:21:34 +09:00
parent ca67f5a81c
commit fd10f13a4d
7 changed files with 10 additions and 24 deletions

View File

@@ -48,14 +48,7 @@
</p>
</div>
<div class="flex gap-2">
<Button
color="gray"
onclick={() => {
isOpen = false;
}}
>
아니요
</Button>
<Button color="gray" onclick={closeModal}>아니요</Button>
<Button onclick={deleteEntry}>삭제할게요</Button>
</div>
</div>