Kaynağa Gözat

Minimal upload error management.

Signed-off-by: Lapo Luchini <lapo@lapo.it>
tags/v2.0.2
Lapo Luchini 4 yıl önce
ebeveyn
işleme
f5cf3cfa74
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. +4
    -1
      pinry-spa/src/components/pin_edit/PinCreateModal.vue

+ 4
- 1
pinry-spa/src/components/pin_edit/PinCreateModal.vue Dosyayı Görüntüle

@@ -271,7 +271,10 @@ export default {
);
}
},
);
).catch((error) => {
console.log('Cannot create pin:', error);
loading.close();
});
},
niceLinks,
},


Yükleniyor…
İptal
Kaydet