Move ReportNotConfigured components into specific folders
This MR moves the ReportNotConfigured
components used by the vulnerability report, from the shared/empty_states
folder into the specific report level folder for that component. This puts the ReportNotConfigured
component closer to where it's used. The tests were also improved to not use snapshot tests, instead checking for props on the GlEmptyState
component.
Before | After |
---|---|
Related to #357794 (closed)
Edited by Daniel Tian