Add simple dropdown component and change severity filter to use it
Closed
requested to merge 383346-common-vulnerability-filter-component-2 into 383346-add-filter-dropdown-component
5 unresolved threads
Compare changes
Files
4- Daniel Tian authored
+ 14
− 54
SeverityFilter
has now been reduced down to just aSimpleDropdown
. It passes down the dropdown options to render and will emit thefilter-changed
event when the selected IDs change, but everything else is handled bySimpleDropdown
.