aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/components/NewFileRequestDialog.vue
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/src/components/NewFileRequestDialog.vue')
-rw-r--r--apps/files_sharing/src/components/NewFileRequestDialog.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/src/components/NewFileRequestDialog.vue b/apps/files_sharing/src/components/NewFileRequestDialog.vue
index 102d1a0fed9..392f286e104 100644
--- a/apps/files_sharing/src/components/NewFileRequestDialog.vue
+++ b/apps/files_sharing/src/components/NewFileRequestDialog.vue
@@ -296,8 +296,8 @@ export default defineComponent({
path: this.destination,
note: this.note,
- password: this.password || undefined,
- expireDate: expireDate || undefined,
+ password: this.password || '',
+ expireDate: expireDate || '',
// Empty string
shareWith: '',