Skip to content

Commit

Permalink
Removing duplicate GraphQL
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bizz committed Aug 30, 2024
1 parent 7dae0ac commit a179d86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import {
AppealsContext,
AppealsType,
} from '../../AppealsContext/AppealsContext';
import { useAssignContactsToAppealMutation } from '../AddContactToAppealModal/AddContactToAppeal.generated';
import { useAppealQuery } from '../AddContactToAppealModal/AppealInfo.generated';
import { useAssignContactsToAppealMutation } from './AddExcludedContactModal.generated';

const LoadingIndicator = styled(CircularProgress)(({ theme }) => ({
margin: theme.spacing(0, 1, 0, 0),
Expand Down

0 comments on commit a179d86

Please sign in to comment.