사소한 리팩토링

This commit is contained in:
static
2025-01-28 23:34:21 +09:00
parent 183ce583b0
commit 43f0245ff9
3 changed files with 17 additions and 21 deletions

View File

@@ -22,7 +22,7 @@
title,
}: Props = $props();
let value = $state(defaultValue);
let value = $state("");
$effect.pre(() => {
if (isOpen) {