mirror of
https://github.com/get-drexa/drive.git
synced 2025-11-30 21:41:39 +00:00
fix: no hover effect for no result row
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user