aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/components/SharingEntrySimple.vue
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntrySimple.vue')
-rw-r--r--apps/files_sharing/src/components/SharingEntrySimple.vue14
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/files_sharing/src/components/SharingEntrySimple.vue b/apps/files_sharing/src/components/SharingEntrySimple.vue
index 4abc5e52a90..78fa865d138 100644
--- a/apps/files_sharing/src/components/SharingEntrySimple.vue
+++ b/apps/files_sharing/src/components/SharingEntrySimple.vue
@@ -43,28 +43,28 @@ export default {
name: 'SharingEntrySimple',
components: {
- Actions
+ Actions,
},
directives: {
- Tooltip
+ Tooltip,
},
props: {
title: {
type: String,
default: '',
- required: true
+ required: true,
},
tooltip: {
type: String,
- default: ''
+ default: '',
},
subtitle: {
type: String,
- default: ''
- }
- }
+ default: '',
+ },
+ },
}
</script>