Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2021-07-31 10:47:28 +0300
committerGitHub <noreply@github.com>2021-07-31 10:47:28 +0300
commite964621320b545d7271acd09a97f1cced01303f9 (patch)
tree885a9ab5eadd3a6b664c15d212e5da3788503234 /src
parentef6bb07fca693be1e0572ee6c0461168622110ec (diff)
parent2c4f538fb71a850377f2350344c164c8a668c71a (diff)
Merge pull request #1726 from nextcloud/fix/1720/trashbin-header
Don't show trash bin header while loading or empty
Diffstat (limited to 'src')
-rw-r--r--src/components/AppNavigation/Trashbin.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AppNavigation/Trashbin.vue b/src/components/AppNavigation/Trashbin.vue
index f336c728..3d88ab71 100644
--- a/src/components/AppNavigation/Trashbin.vue
+++ b/src/components/AppNavigation/Trashbin.vue
@@ -32,7 +32,6 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
<Modal v-if="showModal"
@close="showModal = false">
<div class="modal__content">
- <h2>{{ t('tasks', 'Trash bin') }}</h2>
<EmptyContent v-if="loading" icon="icon-loading">
{{ t('tasks', 'Loading deleted calendars, tasks and events.') }}
</EmptyContent>
@@ -44,6 +43,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
{{ t('tasks', 'You do not have any deleted calendars, tasks or events.') }}
</EmptyContent>
<template v-else>
+ <h2>{{ t('tasks', 'Trash bin') }}</h2>
<div class="table">
<div class="table__header">
{{ t('tasks', 'Name') }}