mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Remove publish status reversion on failed save
Fixes #511 - Removed logic to revert publish status back to page default on error.
This commit is contained in:
parent
2a6d17f130
commit
b379d0dec1
1 changed files with 0 additions and 2 deletions
|
@ -190,8 +190,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