Update ComposeModal

This commit is contained in:
Daniel Supernault 2019-06-11 12:50:35 -06:00
parent 3f354e854b
commit d2e090e8bb
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 4 additions and 0 deletions

View File

@ -474,6 +474,10 @@ export default {
compose() {
let state = this.composeState;
if(this.uploadProgress != 100 || this.ids.length == 0) {
return;
}
switch(state) {
case 'publish' :
if(this.media.length == 0) {