diff --git a/src/js/media/views/attachment-compat.js b/src/js/media/views/attachment-compat.js index c58755d22798..8290c7fd0e56 100644 --- a/src/js/media/views/attachment-compat.js +++ b/src/js/media/views/attachment-compat.js @@ -74,7 +74,7 @@ AttachmentCompat = View.extend(/** @lends wp.media.view.AttachmentCompat.prototy }); this.controller.trigger( 'attachment:compat:waiting', ['waiting'] ); - this.model.saveCompat( data ).always( _.bind( this.postSave, this ) ); + this.model.saveCompat( data, { silent: true }).always( _.bind( this.postSave, this ) ); }, postSave: function() {