Remove an unnecessary check when selecting a configuration
Closes #1179 (closed)
The configuration list component requires that either the workerVersion
or workerRun
props are set. When none are set, an error is already thrown. The save button event handler has gotten an extra check in !1399 (merged) which causes it to just not save anything when there is no workerRun
defined, making it impossible to select any configuration when only a workerVersion
is set.
Edited by Erwan Rouchet