fix: modified time on info prompt
							parent
							
								
									326b35a7ac
								
							
						
					
					
						commit
						11ebaec5f0
					
				|  | @ -63,7 +63,7 @@ export default { | |||
|         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 () { | ||||
|       return this.selectedCount === 0 ? this.req.name : this.req.items[this.selected[0]].name | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Ramires Viana
						Ramires Viana