Skip to content

Commit

Permalink
if revisions, then Save Changes (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell authored Jul 1, 2024
1 parent 02f2c36 commit fdc3d77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/js/components/Publish/PublishForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@ export default {
saveText() {
switch(true) {
case this.revisionsEnabled:
return __('Save Changes');
case this.isUnpublishing:
return __('Save & Unpublish');
case this.publishStatesEnabled && this.isDraft:
Expand Down

0 comments on commit fdc3d77

Please sign in to comment.