Skip to content

Commit ecba1b4

Browse files
authored
fix: install modal not closing (#1356)
1 parent e4be769 commit ecba1b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/sdk-multichain/src/ui/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export class ModalFactory<T extends FactoryModals = FactoryModals> {
4646
}
4747

4848
async unload(error?: Error) {
49+
this.modal?.unmount();
4950
await this.successCallback?.(error);
5051
}
5152

0 commit comments

Comments
 (0)