From 98fc695e6733211e6e363a2682c761d4c24b5702 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Wed, 29 Jun 2022 02:04:46 +0530 Subject: [PATCH] fix loader showing for non loader collection actions --- src/components/Collections/CollectionOptions/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } };