Fix display of auth modal. Re #2262. (#2265)

This commit is contained in:
Matthew Heller
2022-10-26 16:35:46 -05:00
committed by GitHub
parent befe7c3fd2
commit 125343808d
4 changed files with 6 additions and 16 deletions

View File

@@ -83,6 +83,4 @@ Modal.defaultProps = {
handleOk: undefined,
handleCancel: undefined,
afterClose: undefined,
height: '40vh',
width: '70%',
};