Update ComposeModal, fix missing alttext post state

pull/4805/head
Daniel Supernault 2023-12-08 04:56:21 -07:00
rodzic 4c3823b0c4
commit 0a0681199f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 23740873EE6F76A1
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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