mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 15:38:06 -03:30
fix lint error
This commit is contained in:
parent
bc7472f3f1
commit
dbe4417ac3
@ -219,7 +219,7 @@ export default [ 'ProcessErrors', 'CredentialTypeModel', 'TemplatesStrings', '$f
|
||||
if(vm.steps[step].tab.order === currentTab.order) {
|
||||
vm.steps[step].tab._active = false;
|
||||
} else if(vm.steps[step].tab.order === currentTab.order + 1) {
|
||||
activeTab = currentTab
|
||||
activeTab = currentTab;
|
||||
vm.steps[step].tab._active = true;
|
||||
vm.steps[step].tab._disabled = false;
|
||||
scope.$broadcast('promptTabChange', { step });
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user