Auto refresh on send other doc

This commit is contained in:
Vins 2024-12-04 15:31:19 +01:00
parent 36649dc64e
commit 8ec3030063

View File

@ -242,6 +242,7 @@ export default class DepositOtherDocument extends React.Component<IProps, IState
});
this.props.onClose!();
window.location.reload();
}
private shortName(name: string): string {