주석 추가

This commit is contained in:
dohyeons 2025-10-15 12:09:30 +09:00
parent 3ecdf73bc5
commit 28e0a6af7d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ export function ElementConfigModal({ element, isOpen, onClose, onSave }: Element
const [chartConfig, setChartConfig] = useState<ChartConfig>(element.chartConfig || {});
const [queryResult, setQueryResult] = useState<QueryResult | null>(null);
const [currentStep, setCurrentStep] = useState<1 | 2>(1);
// 주석
// 모달이 열릴 때 초기화
useEffect(() => {
if (isOpen) {