Skip to content

Commit d6be59b

Browse files
Fix reindex button
Now the reindex method is in this same component, so instead of emitting, just call that method Signed-off-by: Marcel Robitaille <[email protected]>
1 parent 41a1ae2 commit d6be59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SettingsDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<fieldset>
1313
<ul>
1414
<li>
15-
<NcButton @click="$emit('reindex')">
15+
<NcButton @click="reindex">
1616
<template #icon>
1717
<LoadingIcon v-if="scanningLibrary" />
1818
<ReloadIcon v-else />

0 commit comments

Comments
 (0)