Skip to content

Commit

Permalink
fix(chore) - built and changed this.source -> source
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
  • Loading branch information
emoral435 committed Nov 16, 2023
1 parent a88d4fa commit 3bd3919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/src/components/FileEntry.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit 3bd3919

Please sign in to comment.