Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/SettingsDialog/SettingsDialog.vue')
-rw-r--r--src/components/SettingsDialog/SettingsDialog.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SettingsDialog/SettingsDialog.vue b/src/components/SettingsDialog/SettingsDialog.vue
index 73936f0fd..38ef02535 100644
--- a/src/components/SettingsDialog/SettingsDialog.vue
+++ b/src/components/SettingsDialog/SettingsDialog.vue
@@ -196,7 +196,7 @@ export default {
.startAt(this.attachmentFolder)
.build()
picker.pick()
- .then(async(path) => {
+ .then(async (path) => {
console.debug(`Path '${path}' selected for talk attachments`)
if (path !== '' && !path.startsWith('/')) {
throw new Error(t('spreed', 'Invalid path selected'))