fix(frontend): fix settings-search-index of webhook

This commit is contained in:
syuilo 2025-03-16 11:02:54 +09:00
parent c2940fd77c
commit 9599261fc3
2 changed files with 2 additions and 2 deletions

View File

@ -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}">

View File

@ -791,7 +791,7 @@ export const searchIndexes: SearchIndexItem[] = [
},
{
id: '5VSGOVYR0',
label: i18n.ts.manage,
label: i18n.ts._settings.webhook,
keywords: ['webhook'],
},
],