fix: can not close workspace modal

This commit is contained in:
QiShaoXuan
2023-01-31 19:02:11 +08:00
parent 5fb22d5b65
commit 4545c4b56f
@@ -28,7 +28,7 @@ export const ModalCloseButton = ({
<CloseIcon />
</StyledIconButton>
) : (
<IconButton>
<IconButton {...props}>
<CloseIcon />
</IconButton>
);