File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed
src/components/runCards/JobCard Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -37,19 +37,21 @@ export const JobInputsAndOptionsForm = ({
3737 return (
3838 < Grid container spacing = { 2 } >
3939 < >
40- < Grid size = { { xs : 12 } } >
41- < Typography component = "h3" sx = { { fontWeight : "bold" } } variant = "subtitle1" >
42- Inputs
43- </ Typography >
44- </ Grid >
4540 { ! ! inputs && (
46- < JobInputFields
47- initialValues = { specVariables }
48- inputs = { inputs }
49- inputsData = { inputsData }
50- projectId = { projectId }
51- onChange = { setInputsData }
52- />
41+ < >
42+ < Grid size = { { xs : 12 } } >
43+ < Typography component = "h3" sx = { { fontWeight : "bold" } } variant = "subtitle1" >
44+ Inputs
45+ </ Typography >
46+ </ Grid >
47+ < JobInputFields
48+ initialValues = { specVariables }
49+ inputs = { inputs }
50+ inputsData = { inputsData }
51+ projectId = { projectId }
52+ onChange = { setInputsData }
53+ />
54+ </ >
5355 ) }
5456 </ >
5557 < Grid size = { { xs : 12 } } >
You can’t perform that action at this time.
0 commit comments