diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-11-27 18:11:33 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-12-03 08:13:21 +0100 |
commit | 3a86b9925693fbcbaf0adb64a8d85500f055ef38 (patch) | |
tree | 2138ba06a5175bca070ecf2da021905469562c50 /apps/files_sharing/src/components/SharingEntry.vue | |
parent | ccf7d87c11112b63851940a6b157f07f954bd9ef (diff) | |
download | nextcloud-server-3a86b9925693fbcbaf0adb64a8d85500f055ef38.tar.gz nextcloud-server-3a86b9925693fbcbaf0adb64a8d85500f055ef38.zip |
Inherited share UI
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntry.vue')
-rw-r--r-- | apps/files_sharing/src/components/SharingEntry.vue | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_sharing/src/components/SharingEntry.vue b/apps/files_sharing/src/components/SharingEntry.vue index cde7d2ed2b1..4d7f60cfa61 100644 --- a/apps/files_sharing/src/components/SharingEntry.vue +++ b/apps/files_sharing/src/components/SharingEntry.vue @@ -119,8 +119,6 @@ import ActionInput from 'nextcloud-vue/dist/Components/ActionInput' import ActionTextEditable from 'nextcloud-vue/dist/Components/ActionTextEditable' import Tooltip from 'nextcloud-vue/dist/Directives/Tooltip' -// eslint-disable-next-line no-unused-vars -import Share from '../models/Share' import SharesMixin from '../mixins/SharesMixin' export default { |