Update Compose Modal

pull/1435/head
Daniel Supernault 6 years ago
parent a2640af156
commit e30799ac80
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -476,6 +476,11 @@ export default {
return;
}
if(this.composeText.length > this.config.uploader.max_caption_length) {
swal('Error', 'Caption is too long', 'error');
return;
}
switch(state) {
case 'publish' :
if(this.media.length == 0) {

Loading…
Cancel
Save