Browse Source

Minimal upload error management.

Signed-off-by: Lapo Luchini <lapo@lapo.it>
tags/v2.0.2
Lapo Luchini 4 years ago
parent
commit
f5cf3cfa74
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      pinry-spa/src/components/pin_edit/PinCreateModal.vue

+ 4
- 1
pinry-spa/src/components/pin_edit/PinCreateModal.vue View File

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


Loading…
Cancel
Save