Skip to content

Remove an unnecessary check when selecting a configuration

Erwan Rouchet requested to merge fix-training-configuration into master

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

Merge request reports

Loading