Move BASE_FILTERS from filters/constants to security_dashboard/helpers
What does this MR do and why?
This is a small clean-up MR to move the BASE_FILTERS
object from filters/constants.js
to the only place that uses them, security_dashboard/helpers.js
. This simplifies the code by keeping the creation of the objects in security_dashboard/helpers.js
in just one file instead of splitting it across two.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #356318 (closed)