Merge pull request #2348 from automatisch/AUT-1424
fix: correctly set initial option value in ChooseConnectionSubstep
This commit is contained in:
@@ -34,7 +34,7 @@ const optionGenerator = (connection) => ({
|
||||
});
|
||||
|
||||
const getOption = (options, connectionId) =>
|
||||
options.find((connection) => connection.value === connectionId) || undefined;
|
||||
options.find((connection) => connection.value === connectionId) || '';
|
||||
|
||||
function ChooseConnectionSubstep(props) {
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user