mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Add with_chart param to date filter
This commit is contained in:
@@ -374,6 +374,7 @@ const UniformityTable = () => {
|
|||||||
if (filterEndDate) {
|
if (filterEndDate) {
|
||||||
queryParams.append('end_date', filterEndDate);
|
queryParams.append('end_date', filterEndDate);
|
||||||
}
|
}
|
||||||
|
queryParams.append('with_chart', 'true');
|
||||||
}
|
}
|
||||||
|
|
||||||
const tableQueryString = getTableFilterQueryString();
|
const tableQueryString = getTableFilterQueryString();
|
||||||
|
|||||||
Reference in New Issue
Block a user