mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
refact: default dropdown option based on model (#13969)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user