Merge pull request #58685 from nextcloud/fix/files-external-inital

fix(files_external): set default values for new configurations
This commit is contained in:
Ferdinand Thiessen 2026-03-03 15:53:01 +01:00 committed by GitHub
commit 2909821cb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ watch(() => props.configuration, () => {
: ''
}
}
})
}, { immediate: true })
</script>
<template>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long