We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e85959 commit 0a4d245Copy full SHA for 0a4d245
src/components/ResourceBrowser/ResourceList/ResourceFilterOptions.tsx
@@ -22,7 +22,6 @@ import {
22
ALL_NAMESPACE_OPTION,
23
Checkbox,
24
CHECKBOX_VALUE,
25
- ComponentSizeType,
26
GVK_FILTER_API_VERSION_QUERY_PARAM_KEY,
27
GVK_FILTER_KIND_QUERY_PARAM_KEY,
28
GVKOptionValueType,
@@ -210,7 +209,6 @@ const ResourceFilterOptions = ({
210
209
<SegmentedControl
211
name="event-type-control"
212
value={eventType}
213
- size={ComponentSizeType.small}
214
segments={[
215
{
216
icon: 'ic-warning',
0 commit comments