fix: reports date range active state does not update
All checks were successful
Deploy / build-and-deploy (push) Successful in 2m22s
All checks were successful
Deploy / build-and-deploy (push) Successful in 2m22s
This commit is contained in:
parent
a7d5f21fe8
commit
03217ac69f
2 changed files with 32 additions and 33 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue