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 e43744f45f
commit 13bf88fdf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;
}
}