fix: admin/plugins/installed: filtering using author inside name column was not working
Massimo Melina committed
May 16, 2024 at 16:56 UTC
19aab863578238ee795e13b4420c837c1e9b4e03
1 file changed
+1
admin/src/InstalledPlugins.ts
+1
@@ -37,6 +37,7 @@ export default function InstalledPlugins({ updates }: { updates?: true }) {
37
flex: .3,
38
minWidth: 150,
39
renderCell: renderName,
40
+ valueGetter({ row }) { return row.repo || row.id },
41
mergeRender: { other: 'description', fontSize: 'x-small' }
42
},
43
{