Update packages/frontend/src/pages/admin/instance-block.vue

This commit is contained in:
syuilo 2023-10-16 17:59:55 +09:00 committed by GitHub
parent 6b7c2f6147
commit 3e22d89b15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 12 deletions

View File

@ -58,18 +58,15 @@ function save() {
const headerActions = $computed(() => []);
const headerTabs = $computed(() => [
{
key: 'block',
title: i18n.ts.block,
icon: 'ti ti-ban',
},
{
key: 'silence',
title: i18n.ts.silence,
icon: 'ti ti-eye-off',
},
]);
const headerTabs = $computed(() => [{
key: 'block',
title: i18n.ts.block,
icon: 'ti ti-ban',
}, {
key: 'silence',
title: i18n.ts.silence,
icon: 'ti ti-eye-off',
}]);
definePageMetadata({
title: i18n.ts.instanceBlocking,