This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
Minimal upload error management.
Signed-off-by: Lapo Luchini <lapo@lapo.it>
tags/v2.0.2
Lapo Luchini
4 years ago
parent
b8056e5f84
commit
f5cf3cfa74
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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,
},
Write
Preview
Loading…
Cancel
Save