dev: show all issues on the gantt chart (#3487)

This commit is contained in:
Aaryan Khandelwal 2024-01-30 14:25:15 +05:30 committed by GitHub
parent d53a086206
commit 9debd81a50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 234 additions and 166 deletions

View file

@ -105,9 +105,6 @@ export const handleIssueQueryParamsByLayout = (
});
}
// add start_target_date query param for the gantt_chart layout
if (layout === "gantt_chart") queryParams.push("start_target_date");
return queryParams;
};