Skip to content

Commit 4e4aea0

Browse files
committed
chore(new-issuer): add unblock when committing
1 parent bb703ba commit 4e4aea0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/new-polymath-issuer/src/pages/DividendsWizard

packages/new-polymath-issuer/src/pages/DividendsWizard/Presenter.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ export class Presenter extends Component<Props, State> {
115115
});
116116
} else {
117117
window.onbeforeunload = null;
118+
unblock();
118119
}
119120
}
120121
};

0 commit comments

Comments
 (0)