mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
fix: modified time on info prompt
This commit is contained in:
parent
326b35a7ac
commit
11ebaec5f0
@ -63,7 +63,7 @@ export default {
|
|||||||
return moment(this.req.modified).fromNow()
|
return moment(this.req.modified).fromNow()
|
||||||
}
|
}
|
||||||
|
|
||||||
return moment(this.req.items[this.selected[0]]).fromNow()
|
return moment(this.req.items[this.selected[0]].modified).fromNow()
|
||||||
},
|
},
|
||||||
name: function () {
|
name: function () {
|
||||||
return this.selectedCount === 0 ? this.req.name : this.req.items[this.selected[0]].name
|
return this.selectedCount === 0 ? this.req.name : this.req.items[this.selected[0]].name
|
||||||
|
Loading…
Reference in New Issue
Block a user