Feat: Added import contacts function on frontend

This commit is contained in:
canove
2020-07-28 10:45:35 -03:00
parent 915ee712dc
commit 124297a849
11 changed files with 128 additions and 141 deletions

View File

@@ -151,7 +151,7 @@ const ContactDrawer = ({ open, handleDrawerClose, contact, loading }) => {
</Paper>
<Paper square variant="outlined" className={classes.contactDetails}>
<ContactModal
modalOpen={modalOpen}
open={modalOpen}
onClose={e => setModalOpen(false)}
aria-labelledby="form-dialog-title"
contactId={contact.id}