Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: status orders on all dashboard table #3512

Merged
merged 3 commits into from
Sep 4, 2024

Conversation

AntBush
Copy link
Contributor

@AntBush AntBush commented Aug 29, 2024

Implements NDT-474

  • Check to trigger automatic release process

@@ -567,7 +574,7 @@
// adding dummy columns for filter purposes
...additionalFilterColumns,
];
}, [AssignAnalystLead, allApplications]);
}, [AssignAnalystLead, allApplications, statusOrderMap]);

Check warning

Code scanning / ESLint

verifies the list of dependencies for Hooks like useEffect and similar Warning

React Hook useMemo has a missing dependency: 'allCbcData.edges'. Either include it or remove the dependency array.
@AntBush AntBush force-pushed the NDT-474-refine-filter-drop-down-order branch from b46df22 to ef3d679 Compare September 3, 2024 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants