Skip to content

Commit

Permalink
Merge branch 'main' into MPDX-7417-confirm-all
Browse files Browse the repository at this point in the history
  • Loading branch information
wjames111 committed Aug 7, 2024
2 parents 01dd7cb + e4b7269 commit c85e483
Show file tree
Hide file tree
Showing 12 changed files with 748 additions and 952 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mutation EmailAddresses($input: PersonUpdateMutationInput!) {
person {
emailAddresses {
nodes {
email
...PersonEmailAddress
}
}
}
Expand Down
40 changes: 0 additions & 40 deletions src/components/Tool/FixEmailAddresses/DeleteModal.test.tsx

This file was deleted.

116 changes: 0 additions & 116 deletions src/components/Tool/FixEmailAddresses/DeleteModal.tsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { AddIcon } from 'src/components/Contacts/ContactDetails/ContactDetailsTa
import { useAccountListId } from 'src/hooks/useAccountListId';
import i18n from 'src/lib/i18n';
import { useEmailAddressesMutation } from './AddEmailAddress.generated';
import { RowWrapper } from './FixEmailAddressPerson';
import { RowWrapper } from './FixEmailAddressPerson/FixEmailAddressPerson';
import {
GetInvalidEmailAddressesDocument,
GetInvalidEmailAddressesQuery,
Expand All @@ -30,7 +30,6 @@ interface EmailValidationFormEmail {
}

interface EmailValidationFormProps {
index: number;
personId: string;
}

Expand Down
208 changes: 0 additions & 208 deletions src/components/Tool/FixEmailAddresses/FixEmailAddressPerson.test.tsx

This file was deleted.

Loading

0 comments on commit c85e483

Please sign in to comment.