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