fix: no hover effect for no result row

This commit is contained in:
2025-10-05 00:46:29 +00:00
parent 19e52feebb
commit 94b35df0e5

View File

@@ -275,7 +275,7 @@ export function DirectoryContentTable({
function NoResultsRow() {
return (
<TableRow>
<TableRow className="hover:bg-transparent">
<TableCell colSpan={4} className="text-center">
No results.
</TableCell>