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