DEV: Refactor animation for invalid inputs in wizard (#15334)

This commit is contained in:
Penar Musaraj
2021-12-16 17:17:36 -05:00
committed by GitHub
parent a9a9dc64fe
commit d9c511f734
4 changed files with 37 additions and 58 deletions

View File

@@ -52,7 +52,6 @@ export default EmberObject.extend(ValidState, {
response.responseJSON.errors.forEach((err) =>
this.fieldError(err.field, err.description)
);
throw new Error(response);
});
},
});