You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
Fix Upload and remove last part of button animation.
This commit is contained in:
@@ -173,7 +173,8 @@ export default {
|
||||
this.$store.commit('setReload', true)
|
||||
})
|
||||
.catch(e => {
|
||||
buttons.done('upload', false)
|
||||
buttons.done('upload')
|
||||
// TODO: show error in box
|
||||
console.log(e)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user