refact: default dropdown option based on model (#13969)

This commit is contained in:
Jai
2022-08-02 13:23:09 -04:00
committed by GitHub
parent 728f20fc31
commit 9dd905d29d

View File

@@ -46,7 +46,7 @@ export default class SecureVariableFormComponent extends Component {
// Set first namespace option
if (options.length) {
this.variableNamespace = options[0].key;
this.variableNamespace = this.args.model.namespace;
}
}