fix(frontend): fix settings-search-index of webhook
This commit is contained in:
parent
c2940fd77c
commit
9599261fc3
|
@ -32,7 +32,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
</FormLink>
|
||||
|
||||
<MkFolder :defaultOpen="true">
|
||||
<template #label><SearchLabel>{{ i18n.ts.manage }}</SearchLabel></template>
|
||||
<template #label>{{ i18n.ts.manage }}</template>
|
||||
|
||||
<MkPagination :pagination="pagination">
|
||||
<template #default="{items}">
|
||||
|
|
|
@ -791,7 +791,7 @@ export const searchIndexes: SearchIndexItem[] = [
|
|||
},
|
||||
{
|
||||
id: '5VSGOVYR0',
|
||||
label: i18n.ts.manage,
|
||||
label: i18n.ts._settings.webhook,
|
||||
keywords: ['webhook'],
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue