Merge pull request #3304 from nextcloud/backport/3303/stable2.3

[stable2.3] Fix live time update on trashbin view
This commit is contained in:
Christoph Wurst 2021-07-07 08:03:14 +02:00 committed by GitHub
commit 580f785253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<span class="live-relative-timestamp" :data-timestamp="timestamp * 1000" :title="title">{{ formatted }}</span>
<span class="live-relative-timestamp" :data-timestamp="numericTimestamp * 1000" :title="title">{{ formatted }}</span>
</template>
<script>