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 6901d95 commit 5f0bc33Copy full SHA for 5f0bc33
components/StepRow/StatusSelect.cjsx
@@ -30,13 +30,13 @@ StepRow = ({
30
31
if editable
32
<Select
33
- {...status}
+ {...formProps}
34
className = "statuses"
35
options = {statuses}
36
clearable = false
37
placeholder = "Status"
38
onBlur = { (event) ->
39
- status.onBlur(status.value) }
+ formProps.onBlur(formProps.value) }
40
/>
41
else
42
if isNew
components/StepRow/StepTypeSelect.cjsx
@@ -37,7 +37,7 @@ StepRow = ({
placeholder = "Step Type"
43
<Select className="types" placeholder="Type disabled" disabled />
0 commit comments