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 = ({
37
37
return (
38
38
< Grid container spacing = { 2 } >
39
39
< >
40
- < Grid size = { { xs : 12 } } >
41
- < Typography component = "h3" sx = { { fontWeight : "bold" } } variant = "subtitle1" >
42
- Inputs
43
- </ Typography >
44
- </ Grid >
45
40
{ ! ! 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
+ </ >
53
55
) }
54
56
</ >
55
57
< Grid size = { { xs : 12 } } >
You can’t perform that action at this time.
0 commit comments