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 6a0d92d commit bc70e0dCopy full SHA for bc70e0d
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