Skip to content

Commit 0eb8347

Browse files
committed
fix: destroyOnClose → destroyOnHidden
1 parent b163ad2 commit 0eb8347

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

front-end/src/components/WalletModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ const WalletModal: React.FC<WalletModalProps> = ({ visible, onCancel, onConnect
181181
footer={null}
182182
width={520}
183183
centered
184-
destroyOnClose
184+
destroyOnHidden
185185
>
186186
<ModalTitle level={3}>
187187
<WalletOutlined style={{ marginRight: '8px', color: '#667eea' }} />

0 commit comments

Comments
 (0)