We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728f20f commit 9dd905dCopy full SHA for 9dd905d
ui/app/components/secure-variable-form.js
@@ -46,7 +46,7 @@ export default class SecureVariableFormComponent extends Component {
46
47
// Set first namespace option
48
if (options.length) {
49
- this.variableNamespace = options[0].key;
+ this.variableNamespace = this.args.model.namespace;
50
}
51
52
0 commit comments