Skip to content

Commit 9dd905d

Browse files
authored
refact: default dropdown option based on model (#13969)
1 parent 728f20f commit 9dd905d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/app/components/secure-variable-form.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default class SecureVariableFormComponent extends Component {
4646

4747
// Set first namespace option
4848
if (options.length) {
49-
this.variableNamespace = options[0].key;
49+
this.variableNamespace = this.args.model.namespace;
5050
}
5151
}
5252

0 commit comments

Comments
 (0)