Skip to content

Commit

Permalink
remove isTestList from TargetGroupsGrid query
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Wegmayr committed Oct 18, 2024
1 parent d728211 commit 51c898c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/admin/src/targetGroups/TargetGroupsGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const targetGroupsFragment = gql`
totalSubscribers
totalContactsBlocked
isMainList
isTestList
}
`;

Expand Down Expand Up @@ -269,7 +268,6 @@ export function TargetGroupsGrid({
const { data, loading, error } = useQuery<GQLTargetGroupsGridQuery, GQLTargetGroupsGridQueryVariables>(targetGroupsQuery, {
variables: {
scope,
filter: { isTestList: { equal: false } },
search: gqlSearch,
offset: dataGridProps.page * dataGridProps.pageSize,
limit: dataGridProps.pageSize,
Expand Down

0 comments on commit 51c898c

Please sign in to comment.