Update ComposeModal

pull/1398/head
Daniel Supernault 6 years ago
parent 3f354e854b
commit d2e090e8bb
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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) {

Loading…
Cancel
Save