We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda74f3 commit 47baed6Copy full SHA for 47baed6
1 file changed
apps/files_sharing/src/components/NewFileRequestDialog.vue
@@ -296,8 +296,8 @@ export default defineComponent({
296
path: this.destination,
297
note: this.note,
298
299
- password: this.password || undefined,
300
- expireDate: expireDate || undefined,
+ password: this.password || '',
+ expireDate: expireDate || '',
301
302
// Empty string
303
shareWith: '',
0 commit comments