Skip to content

Commit c492d9a

Browse files
committed
fix upgrade modal button close modal
1 parent ccb94e5 commit c492d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Modals/UpgradeModal/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export const UpgradeModal = ({ opened, onClose }: ModalProps) => {
110110
>
111111
Open ToDiagram Editor
112112
</Button>
113-
<Button size="md" variant="subtle" color="gray" radius="md">
113+
<Button size="md" variant="subtle" color="gray" radius="md" onClick={onClose}>
114114
Maybe later
115115
</Button>
116116
</Stack>

0 commit comments

Comments
 (0)