fix:사용량조회 기간 버튼 클릭 시 자동조회 제거
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user