Commit f9ddfe1 1 parent e039ef2 commit f9ddfe1 Copy full SHA for f9ddfe1
File tree 2 files changed +3
-11
lines changed
front/src/modules/rollingStock
components/RollingStockEditor
2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -304,8 +304,8 @@ export const RollingStockEditorParameterForm = ({
304
304
</ div >
305
305
< div className = "d-flex flex-column justify-content-between col-xl-4 pb-3" >
306
306
< div className = "d-flex flex-xl-column mb-2 mt-3 mt-xl-0" >
307
- < span className = " ml-xl-2 text-gray-dark" > { t ( 'rollingResistance' ) } </ span >
308
- < span className = " ml-4 text-muted" > { t ( 'rollingResistanceFormula' ) } </ span >
307
+ < span className = "ml-xl-2 text-gray-dark" > { t ( 'rollingResistance' ) } </ span >
308
+ < span className = "ml-4 text-muted" > { t ( 'rollingResistanceFormula' ) } </ span >
309
309
</ div >
310
310
< RollingStockEditorParameterFormColumn
311
311
rollingStockValues = { rollingStockValues }
@@ -365,7 +365,7 @@ export const RollingStockEditorOnboardSystemEquipmentForm = ({
365
365
366
366
return (
367
367
< div className = "d-lg-flex rollingstock-editor-input-container px-1 pb-3" >
368
- < div className = { cx ( ' d-flex' , ' justify-content-space-around' , ' mr-2' ) } >
368
+ < div className = " d-flex justify-content-space-around mr-2" >
369
369
< label className = "signaling-systems-label col-xl-3" htmlFor = "supportedSignalingSystems" >
370
370
{ t ( 'supportedSignalingSystems' ) }
371
371
</ label >
Original file line number Diff line number Diff line change @@ -7,14 +7,6 @@ import type {
7
7
} from 'common/api/osrdEditoastApi' ;
8
8
9
9
export type RollingStockParametersValidValues = {
10
- // TODO: remove this line in the type
11
- [ key : string ] :
12
- | string
13
- | number
14
- | null
15
- | RollingStock [ 'power_restrictions' ]
16
- | string [ ]
17
- | MultiUnitsParameter ;
18
10
railjsonVersion : string ;
19
11
name : string ;
20
12
detail : string ;
You can’t perform that action at this time.
0 commit comments