mirror of
https://github.com/Luzifer/share.git
synced 2024-12-20 10:31:16 +00:00
Fix: Missing filename in download
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
3040f4ded7
commit
97881e0713
3 changed files with 8780 additions and 8779 deletions
17556
bindata.go
17556
bindata.go
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
@ -148,6 +148,7 @@ export default {
|
||||||
|
|
||||||
this.loading = false
|
this.loading = false
|
||||||
this.fileType = contentType
|
this.fileType = contentType
|
||||||
|
this.fileName = this.path.substring(this.path.lastIndexOf('/')+1)
|
||||||
})
|
})
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
switch (err.response.status) {
|
switch (err.response.status) {
|
||||||
|
|
Loading…
Reference in a new issue