mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
fix: unified search provider id
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
eef6ef3244
commit
405cd7627c
1 changed files with 1 additions and 1 deletions
|
|
@ -374,7 +374,7 @@ export default defineComponent({
|
|||
const providersToSearch = this.filteredProviders.length > 0 ? this.filteredProviders : this.providers
|
||||
const searchProvider = (provider, filters) => {
|
||||
const params = {
|
||||
type: provider.appId,
|
||||
type: provider.id,
|
||||
query,
|
||||
cursor: null,
|
||||
extraQueries: provider.extraParams,
|
||||
|
|
|
|||
Loading…
Reference in a new issue