mirror of
https://github.com/nextcloud/server.git
synced 2026-03-02 21:41:12 -05:00
Merge pull request #58424 from nextcloud/backport/58262/stable33
[stable33] fix(external_storage): hide local storage as an option for users
This commit is contained in:
commit
a350bcb8ae
3 changed files with 3 additions and 2 deletions
|
|
@ -17,6 +17,7 @@ const userMounting = loadState<{
|
|||
}>('files_external', 'user-mounting')
|
||||
|
||||
const availableBackends = loadState<IBackend[]>('files_external', 'backends')
|
||||
.filter((backend: IBackend) => backend.identifier !== 'local')
|
||||
const allowUserMounting = ref(userMounting.allowUserMounting)
|
||||
const allowedBackends = ref<string[]>(userMounting.allowedBackends)
|
||||
|
||||
|
|
|
|||
2
dist/files_external-settings.mjs
vendored
2
dist/files_external-settings.mjs
vendored
File diff suppressed because one or more lines are too long
2
dist/files_external-settings.mjs.map
vendored
2
dist/files_external-settings.mjs.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue