🐛 Fixing modal close on other documents
This commit is contained in:
parent
f756e12c5f
commit
7ed6d7e1f4
@ -71,7 +71,7 @@ export default class DepositOtherDocument extends React.Component<IProps, IState
|
||||
return (
|
||||
<Confirm
|
||||
isOpen={this.state.isAddDocumentModalVisible}
|
||||
onClose={() => {}}
|
||||
onClose={this.props.onClose!}
|
||||
onAccept={this.onAccept}
|
||||
closeBtn
|
||||
header={"Ajouter un document"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user