fix:사용량조회 기간 버튼 클릭 시 자동조회 제거

This commit is contained in:
김보곤
2026-02-04 21:41:38 +09:00
parent 3bb072ceee
commit afbf80f5c1

View File

@@ -221,9 +221,6 @@ function setQuickPeriod(period) {
document.getElementById('startDate').value = formatDate(startDate);
document.getElementById('endDate').value = formatDate(endDate);
// 조회 실행
htmx.trigger(document.body, 'usageUpdated');
}
function formatDate(date) {