Skip to content

Commit b02b2f1

Browse files
committed
Fix for cloud refreshing navigation too often
1 parent d6e4ccb commit b02b2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firecms_cloud/src/FireCMSCloudApp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ function FireCMSAppAuthenticated({
622622
collectionConfigController.collections ?? [],
623623
appConfig?.modifyCollection
624624
),
625-
[appConfig?.modifyCollection, collectionConfigController.collections])
625+
[collectionConfigController.collections])
626626
});
627627

628628
const introMode = navigationController.initialised &&

0 commit comments

Comments
 (0)