@firecms/core 3.0.0-canary.91 → 3.0.0-canary.92

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.umd.js CHANGED
@@ -3982,7 +3982,7 @@
3982
3982
  ]
3983
3983
  );
3984
3984
  let shouldUpdateTopLevelNav = false;
3985
- if (!areCollectionListsEqual(collectionsRef.current ?? [], resolvedCollections)) {
3985
+ if (!areCollectionListsEqual(collectionsRef.current ?? [], resolvedCollections) || resolvedCollections.length === 0) {
3986
3986
  collectionsRef.current = resolvedCollections;
3987
3987
  shouldUpdateTopLevelNav = true;
3988
3988
  }