diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-06-27 11:44:59 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-06-27 16:16:41 +0200 |
commit | cd54f7c7f432e7a88f81c1d453798812edff0459 (patch) | |
tree | ea64c844770fd75d08df0e6ee121654e0742799f /apps/files_sharing | |
parent | 4cfab4b838ed40dec200f7673992009896c69f16 (diff) | |
download | nextcloud-server-cd54f7c7f432e7a88f81c1d453798812edff0459.tar.gz nextcloud-server-cd54f7c7f432e7a88f81c1d453798812edff0459.zip |
chore: upgrade typescript, eslint and fix lint
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/src/components/SharingEntryInternal.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/src/components/SharingEntryInternal.vue b/apps/files_sharing/src/components/SharingEntryInternal.vue index c7c75a6777f..8d2194c62b0 100644 --- a/apps/files_sharing/src/components/SharingEntryInternal.vue +++ b/apps/files_sharing/src/components/SharingEntryInternal.vue @@ -1,4 +1,3 @@ - <template> <ul> <SharingEntrySimple ref="shareEntrySimple" |