From 9d9fffb9d35febbac3af74c9385df7c6d3150fc1 Mon Sep 17 00:00:00 2001 From: "julia.kirschenheuter" Date: Wed, 15 Nov 2023 10:46:30 +0100 Subject: [PATCH] Move delete share button into the scrolling container Signed-off-by: julia.kirschenheuter --- .../src/views/SharingDetailsTab.vue | 26 +++++++++---------- dist/{9911-9911.js => 7642-7642.js} | 6 ++--- ...s.LICENSE.txt => 7642-7642.js.LICENSE.txt} | 0 dist/7642-7642.js.map | 1 + dist/9911-9911.js.map | 1 - dist/files_sharing-files_sharing_tab.js | 4 +-- dist/files_sharing-files_sharing_tab.js.map | 2 +- 7 files changed, 20 insertions(+), 20 deletions(-) rename dist/{9911-9911.js => 7642-7642.js} (63%) rename dist/{9911-9911.js.LICENSE.txt => 7642-7642.js.LICENSE.txt} (100%) create mode 100644 dist/7642-7642.js.map delete mode 100644 dist/9911-9911.js.map diff --git a/apps/files_sharing/src/views/SharingDetailsTab.vue b/apps/files_sharing/src/views/SharingDetailsTab.vue index 402dbd980bf94..1ff5bbd66b4c2 100644 --- a/apps/files_sharing/src/views/SharingDetailsTab.vue +++ b/apps/files_sharing/src/views/SharingDetailsTab.vue @@ -177,24 +177,24 @@ {{ t('files_sharing', 'Delete') }} +
+ + + {{ t('files_sharing', 'Delete share') }} + +