mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Refactor animation for invalid inputs in wizard (#15334)
This commit is contained in:
@@ -52,7 +52,6 @@ export default EmberObject.extend(ValidState, {
|
||||
response.responseJSON.errors.forEach((err) =>
|
||||
this.fieldError(err.field, err.description)
|
||||
);
|
||||
throw new Error(response);
|
||||
});
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user