Skip to content

Commit a4533cf

Browse files
committed
fix: build failed issue
Signed-off-by: Amit Amrutiya <[email protected]>
1 parent db8cc72 commit a4533cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/custom/Workspaces/WorkspaceContentMoveModal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
CircularProgress,
88
Divider,
99
List,
10-
ListItem,
10+
ListItemButton,
1111
ListItemText,
1212
Typography
1313
} from '../../base';
@@ -41,7 +41,7 @@ interface Workspace {
4141
name: string;
4242
}
4343

44-
const WorkspaceItem = styled(ListItem)({
44+
const WorkspaceItem = styled(ListItemButton)({
4545
borderRadius: '8px'
4646
});
4747

0 commit comments

Comments
 (0)