Commit 9e79ee2
authored
For the `incident_age` column, the `operator` select is disabled and
only offers a single option (`>`). Disabled HTML selects don't submit a
value, so the operator was previously missing from the submitted data
and form could not be submitted. Defaulting the element's value to the
first available option ensures it's always set, even while disabled.
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
| |||
0 commit comments