Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(chore) - built and changed this.source -> source
Signed-off-by: Eduardo Morales <[email protected]>
  • Loading branch information
emoral435 committed Nov 16, 2023
commit b1ecd99dc699b9fc5b795917d0fdba80009bc1ee
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