Skip to content

Commit c0d68a4

Browse files
fix(site): fix clickable props on the workspace table row (#11072)
1 parent 567ecca commit c0d68a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/pages/WorkspacesPage/WorkspacesTable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ const WorkspacesRow: FC<WorkspacesRowProps> = ({
259259
{...clickableProps}
260260
data-testid={`workspace-${workspace.id}`}
261261
css={{
262+
...clickableProps.css,
262263
backgroundColor: checked ? theme.palette.action.hover : undefined,
263264
}}
264265
>

0 commit comments

Comments
 (0)