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 a6b33f3 commit 42fd22bCopy full SHA for 42fd22b
ui/src/components/stop-registry/terminals/hooks/useCreateTerminal.tsx
@@ -100,7 +100,7 @@ const mapFormStateToInput = ({
100
values: [state.electricCharging],
101
}
102
: undefined,
103
- ]),
+ ]).filter((kv) => (kv?.key !== 'validityEnd' ? true : !state.indefinite)),
104
alternativeNames: [
105
{
106
name: { lang: 'swe', value: state.nameSwe },
0 commit comments