소스 검색

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;
 						}
 					}