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

fix(files_external): set default values for new configurations
pull/58611/merge
Ferdinand Thiessen 6 days ago committed by GitHub
commit 2909821cb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/files_external/src/components/AddExternalStorageDialog/BackendConfiguration.vue
  2. 2
      dist/files_external-settings.mjs
  3. 2
      dist/files_external-settings.mjs.map

@ -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
Loading…
Cancel
Save