mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update ComposeModal, fix missing alttext post state
This commit is contained in:
parent
4c3823b0c4
commit
0a0681199f
1 changed files with 1 additions and 0 deletions
|
@ -1347,6 +1347,7 @@ export default {
|
||||||
|
|
||||||
if(count.length) {
|
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');
|
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;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue