fix lint error

This commit is contained in:
Keith Grant 2019-04-03 08:59:14 -04:00
parent bc7472f3f1
commit dbe4417ac3

View File

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