Skip to content

Commit 43d75e3

Browse files
committed
fixup to first commit
Signed-off-by: nfebe <[email protected]>
1 parent c57da1d commit 43d75e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/UnifiedSearch/UnifiedSearchModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
v-bind="result" />
130130
</ul>
131131
<div class="result-footer">
132-
<NcButton type="tertiary-no-background" @click="loadMoreResultsForProvider(providerResult.appId)">
132+
<NcButton type="tertiary-no-background" @click="loadMoreResultsForProvider(providerResult.id)">
133133
{{ t('core', 'Load more results') }}
134134
<template #icon>
135135
<IconDotsHorizontal :size="20" />

0 commit comments

Comments
 (0)