Merge pull request #1683 from marshmalien/fix/1650-current-system-config

Fix undefined form error in Configuration System form
This commit is contained in:
Marliana Lara 2018-05-04 10:58:58 -04:00 committed by GitHub
commit 23da2487d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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