mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 06:28:01 -03:30
remove unused parameter
This commit is contained in:
parent
5b2f00b978
commit
bc7472f3f1
@ -9,7 +9,7 @@ export default [ 'ProcessErrors', 'CredentialTypeModel', 'TemplatesStrings', '$f
|
||||
let modal;
|
||||
let activeTab;
|
||||
|
||||
vm.init = (_scope_, el) => {
|
||||
vm.init = (_scope_) => {
|
||||
scope = _scope_;
|
||||
({ modal } = scope[scope.ns]);
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@ export default [ 'templateUrl',
|
||||
scope.ns = 'launch';
|
||||
scope[scope.ns] = { modal: {} };
|
||||
|
||||
promptController.init(scope, el);
|
||||
promptController.init(scope);
|
||||
}
|
||||
};
|
||||
}];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user