mirror of
https://github.com/ansible/awx.git
synced 2026-02-03 02:28:12 -03:30
Fix undefined currentSystem form error
This commit is contained in:
@@ -278,7 +278,7 @@ export default [
|
||||
if (setForm === 'auth') {
|
||||
formTracker.setCurrentAuth(formTracker.currentAuth);
|
||||
} else if (setForm === 'system') {
|
||||
formTracker.setCurrentSystem(formTracker.currenSystem);
|
||||
formTracker.setCurrentSystem(formTracker.currentSystem);
|
||||
} else {
|
||||
formTracker.setCurrent(setForm);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user