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 41a1ae2 commit d6be59bCopy full SHA for d6be59b
src/components/SettingsDialog.vue
@@ -12,7 +12,7 @@
12
<fieldset>
13
<ul>
14
<li>
15
- <NcButton @click="$emit('reindex')">
+ <NcButton @click="reindex">
16
<template #icon>
17
<LoadingIcon v-if="scanningLibrary" />
18
<ReloadIcon v-else />
0 commit comments