fix: reports date range active state does not update
All checks were successful
Deploy / build-and-deploy (push) Successful in 2m22s

This commit is contained in:
juancwu 2026-02-15 23:08:03 +00:00
commit 03217ac69f
2 changed files with 32 additions and 33 deletions

View file

@ -2150,8 +2150,7 @@ func (h *SpaceHandler) GetReportCharts(w http.ResponseWriter, r *http.Request) {
return
}
_ = activeRange
ui.Render(w, r, pages.ReportCharts(spaceID, report, from, to))
ui.Render(w, r, pages.ReportCharts(spaceID, report, from, to, presets, activeRange))
}
func (h *SpaceHandler) buildListCards(spaceID string) ([]model.ListCardData, error) {