mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Updated members import error detection
refs refs https://github.com/TryGhost/Team/issues/912
refs d6f3210fd2
This commit is contained in:
parent
99328ab145
commit
633a40e8e3
@ -211,7 +211,7 @@ export default ModalComponent.extend({
|
||||
} else if (error.payload && error.payload.errors && !isBlank(error.payload.errors[0].message)) {
|
||||
message = htmlSafe(error.payload.errors[0].message);
|
||||
|
||||
if (error.payload.errors[0].message.match(/list of that size/gi)) {
|
||||
if (error.payload.errors[0].message.match(/great deliverability/gi)) {
|
||||
header = 'Woah there cowboy, that\'s a big list';
|
||||
this.set('showTryAgainButton', false);
|
||||
// NOTE: confirm makes sure to refresh the members data in the background
|
||||
|
Loading…
Reference in New Issue
Block a user