We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57da1d commit 43d75e3Copy full SHA for 43d75e3
core/src/components/UnifiedSearch/UnifiedSearchModal.vue
@@ -129,7 +129,7 @@
129
v-bind="result" />
130
</ul>
131
<div class="result-footer">
132
- <NcButton type="tertiary-no-background" @click="loadMoreResultsForProvider(providerResult.appId)">
+ <NcButton type="tertiary-no-background" @click="loadMoreResultsForProvider(providerResult.id)">
133
{{ t('core', 'Load more results') }}
134
<template #icon>
135
<IconDotsHorizontal :size="20" />
0 commit comments