mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-01 05:51: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() {
|
function NoResultsRow() {
|
||||||
return (
|
return (
|
||||||
<TableRow>
|
<TableRow className="hover:bg-transparent">
|
||||||
<TableCell colSpan={4} className="text-center">
|
<TableCell colSpan={4} className="text-center">
|
||||||
No results.
|
No results.
|
||||||
</TableCell>
|
</TableCell>
|
||||||
|
|||||||
Reference in New Issue
Block a user