mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
fix(chore) - built and changed this.source -> source
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
This commit is contained in:
parent
59e75d73be
commit
b1ecd99dc6
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@
|
|||
class="files-list__row-mtime"
|
||||
data-cy-files-list-row-mtime
|
||||
@click="openDetailsIfAvailable">
|
||||
<NcDateTime :timestamp="this.source.mtime" :ignore-seconds="true" />
|
||||
<NcDateTime :timestamp="source.mtime" :ignore-seconds="true" />
|
||||
</td>
|
||||
|
||||
<!-- View columns -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue