Skip to content

Commit 905fe1e

Browse files
authored
remove nominal voltage criterium for substation in filter (#538)
Signed-off-by: Etienne LESOT <[email protected]>
1 parent 5f5920f commit 905fe1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/filter/utils/filter-form-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export const FILTER_EQUIPMENTS: Record<
152152
SUBSTATION: {
153153
id: 'SUBSTATION',
154154
label: 'Substations',
155-
fields: [countries, nominalVoltage],
155+
fields: [countries],
156156
},
157157
VOLTAGE_LEVEL: {
158158
id: 'VOLTAGE_LEVEL',

0 commit comments

Comments
 (0)