mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Merge pull request #693 from gotdibbs/Issue511
Remove publish status reversion on failed save
This commit is contained in:
commit
fac42b366b
1 changed files with 0 additions and 2 deletions
|
@ -194,8 +194,6 @@
|
|||
}, function (xhr) {
|
||||
// Show a notification about the error
|
||||
self.reportSaveError(xhr, model, status);
|
||||
// Set the button text back to previous
|
||||
model.set({ status: prevStatus });
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue