Skip to content

Commit 7958568

Browse files
committed
fixed mock
1 parent 13184f5 commit 7958568

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/mocks/Collection.tsx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,17 @@ export const deleteContactFromCollection = {
453453
export const getCollectionsList = (label?: any) => ({
454454
request: {
455455
query: GET_COLLECTIONS_LIST,
456-
variables: { filter: { groupType: 'WABA', label: '' }, opts: { limit: 50, offset: 0, order: 'ASC' } },
456+
variables: {
457+
filter: {
458+
groupType: 'WABA',
459+
label,
460+
},
461+
opts: {
462+
limit: 50,
463+
offset: 0,
464+
order: 'ASC',
465+
},
466+
},
457467
},
458468
result: {
459469
data: {

0 commit comments

Comments
 (0)