Skip to content

Commit fc78e58

Browse files
committed
Always show range start
1 parent 23ab590 commit fc78e58

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/components/item/ItemSearchForm.jsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,7 @@ export function ItemSearchValueType() {
6363
export function ItemSearchRangeType() {
6464
return (
6565
<>
66-
<FormSection
67-
name="value[0]"
68-
component={ItemSearchValueType}
69-
label="Start"
70-
button
71-
initialDisplay={false}
72-
/>
66+
<FormSection name="value[0]" component={ItemSearchValueType} label="Start" />
7367
<FormSection name="value[1]" component={ItemSearchValueType} label="End" />
7468
<FormControlLabel
7569
control={<Field name="exclusiveMinimum" component={BoolCheckbox} />}

0 commit comments

Comments
 (0)