Skip to content

Commit 9276a46

Browse files
Merge pull request #58690 from nextcloud/backport/58685/stable33
2 parents 40db2a4 + 909f7ff commit 9276a46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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)