Skip to content

Commit 0a4d245

Browse files
committed
fix: ResourceFilterOptions - update eventType size
1 parent 0e85959 commit 0a4d245

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/ResourceBrowser/ResourceList/ResourceFilterOptions.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import {
2222
ALL_NAMESPACE_OPTION,
2323
Checkbox,
2424
CHECKBOX_VALUE,
25-
ComponentSizeType,
2625
GVK_FILTER_API_VERSION_QUERY_PARAM_KEY,
2726
GVK_FILTER_KIND_QUERY_PARAM_KEY,
2827
GVKOptionValueType,
@@ -210,7 +209,6 @@ const ResourceFilterOptions = ({
210209
<SegmentedControl
211210
name="event-type-control"
212211
value={eventType}
213-
size={ComponentSizeType.small}
214212
segments={[
215213
{
216214
icon: 'ic-warning',

0 commit comments

Comments
 (0)