fix: no name on dashboard

This commit is contained in:
diced 2023-01-15 21:07:11 -08:00
parent c8926682b2
commit d8eee3d81a
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1

View file

@ -136,7 +136,7 @@ export default function Dashboard({ disableMediaPreview, exifEnabled }) {
empty={<></>}
columns={[
{
accessorKey: 'file',
accessorKey: 'name',
header: 'Name',
filterFn: stringFilterFn,
},