tweak vite config

This commit is contained in:
pa
2026-03-06 12:45:21 +09:00
parent 3f58a3c9dd
commit e997a7131f
5 changed files with 113 additions and 36 deletions
+3 -3
View File
@@ -203,11 +203,11 @@ export function getColumns({
}
},
{
id: 'releaseStatus',
id: 'visibility',
accessorKey: 'releaseStatus',
header: () => t('dialog.avatar.tags.public'),
header: () => t('dialog.avatar.info.visibility'),
size: 120,
meta: { label: () => t('dialog.avatar.tags.public') },
meta: { label: () => t('dialog.avatar.info.visibility') },
cell: ({ row }) => {
const ref = row.original;
return (