diff --git a/src/components/Collections/CollectionOptions/index.tsx b/src/components/Collections/CollectionOptions/index.tsx index 67943ddef..a03b697f2 100644 --- a/src/components/Collections/CollectionOptions/index.tsx +++ b/src/components/Collections/CollectionOptions/index.tsx @@ -113,7 +113,7 @@ const CollectionOptions = (props: CollectionOptionsProps) => { close: { variant: 'danger' }, }); } finally { - syncWithRemote(); + syncWithRemote(false, true); loader && finishLoading(); } };