浏览代码

Update ComposeModal, fix missing alttext post state

Daniel Supernault 1 年之前
父节点
当前提交
0a0681199f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      resources/assets/js/components/ComposeModal.vue

+ 1 - 0
resources/assets/js/components/ComposeModal.vue

@@ -1347,6 +1347,7 @@ export default {
 
 						if(count.length) {
 							swal('Missing media descriptions', 'You have enabled mandatory media descriptions. Please add media descriptions under Advanced settings to proceed. For more information, please see the media settings page.', 'warning');
+							this.isPosting = false;
 							return;
 						}
 					}