Update Cluster filter dropdown to use new shared component
Update the Cluster filter dropdown to use the new shared component created in this issue > #376324 (closed)
Implementation thoughts:
Since this refactor is behind a FF, it might be easier to create a new cluster_filter.vue
component (instead of modifying the existing component with conditional statements) and deprecate the old one. Once we roll out the feature, we can simply delete the old deprecated version.
Edited by Samantha Ming