mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
fix: closeButton not work
This commit is contained in:
@@ -28,7 +28,7 @@ export const ModalCloseButton = ({
|
|||||||
<CloseIcon />
|
<CloseIcon />
|
||||||
</StyledIconButton>
|
</StyledIconButton>
|
||||||
) : (
|
) : (
|
||||||
<IconButton>
|
<IconButton {...props}>
|
||||||
<CloseIcon />
|
<CloseIcon />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user