Skip to content

Commit 2909821

Browse files
authored
Merge pull request #58685 from nextcloud/fix/files-external-inital
fix(files_external): set default values for new configurations
2 parents 34484b5 + 3542dbf commit 2909821

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/files_external/src/components/AddExternalStorageDialog/BackendConfiguration.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ watch(() => props.configuration, () => {
2525
: ''
2626
}
2727
}
28-
})
28+
}, { immediate: true })
2929
</script>
3030

3131
<template>

0 commit comments

Comments
 (0)