mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 06:46:04 +02:00
tweak vite config
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user