fix: latest customer data selection and button margin

This commit is contained in:
José Oliveira 2021-11-10 19:02:46 +00:00
parent 68c635ce38
commit b77b732bcb
5 changed files with 58 additions and 34 deletions

View file

@ -148,9 +148,9 @@ const DELETE_EDITED_CUSTOMER = gql`
mutation deleteEditedData($customerId: ID!, $customerEdit: CustomerEdit) {
deleteEditedData(customerId: $customerId, customerEdit: $customerEdit) {
id
frontCamera
frontCameraPath
idCardData
idCardPhoto
idCardPhotoPath
usSsn
}
}