We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b61caf commit f18df0dCopy full SHA for f18df0d
src/components/Contacts/ContactFlow/ContactFlow.tsx
@@ -88,17 +88,7 @@ export const ContactFlow: React.FC<Props> = ({
88
accountListId,
89
attributes,
90
},
91
- refetchQueries: () =>
92
- flowOptions.map((flowOption) => ({
93
- query: ContactsDocument,
94
- variables: {
95
- accountListId,
96
- contactsFilters: {
97
- status: flowOption.statuses,
98
- ...selectedFilters,
99
- },
100
101
- })),
+ refetchQueries: [ContactsDocument],
102
});
103
enqueueSnackbar(t('Contact status updated!'), {
104
variant: 'success',
0 commit comments