mirror of
https://github.com/filegator/filegator.git
synced 2025-08-11 20:54:00 +02:00
fixes #86
This commit is contained in:
@@ -289,6 +289,7 @@ export default {
|
||||
})
|
||||
.then(() => {
|
||||
this.isLoading = false
|
||||
this.loadFiles()
|
||||
})
|
||||
.catch(error => {
|
||||
this.isLoading = false
|
||||
@@ -313,6 +314,7 @@ export default {
|
||||
})
|
||||
.then(() => {
|
||||
this.isLoading = false
|
||||
this.loadFiles()
|
||||
})
|
||||
.catch(error => {
|
||||
this.isLoading = false
|
||||
|
Reference in New Issue
Block a user