fix index.vue

This commit is contained in:
NoriDev 2023-09-25 19:31:54 +09:00
parent 9d1b236929
commit 615d4bcd13

View file

@ -136,11 +136,6 @@ const headerTabs = $computed(() => [{
definePageMetadata({
title: i18n.ts.groups,
icon: 'ti ti-users',
actions: [{
icon: 'ti ti-plus',
text: i18n.ts.createGroup,
handler: create,
}],
});
</script>