fix: no name on dashboard
This commit is contained in:
parent
c8926682b2
commit
d8eee3d81a
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ export default function Dashboard({ disableMediaPreview, exifEnabled }) {
|
|||
empty={<></>}
|
||||
columns={[
|
||||
{
|
||||
accessorKey: 'file',
|
||||
accessorKey: 'name',
|
||||
header: 'Name',
|
||||
filterFn: stringFilterFn,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue