@firecms/collection_editor 3.0.0-canary.50 → 3.0.0-canary.52

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/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@firecms/collection_editor",
3
3
  "type": "module",
4
- "version": "3.0.0-canary.50",
4
+ "version": "3.0.0-canary.52",
5
5
  "main": "./dist/index.umd.js",
6
6
  "module": "./dist/index.es.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "source": "src/index.ts",
9
9
  "dependencies": {
10
- "@firecms/data_import_export": "^3.0.0-canary.50",
11
- "@firecms/formex": "^3.0.0-canary.50",
12
- "@firecms/schema_inference": "^3.0.0-canary.50",
13
- "@firecms/ui": "^3.0.0-canary.50",
10
+ "@firecms/data_import_export": "^3.0.0-canary.52",
11
+ "@firecms/formex": "^3.0.0-canary.52",
12
+ "@firecms/schema_inference": "^3.0.0-canary.52",
13
+ "@firecms/ui": "^3.0.0-canary.52",
14
14
  "json5": "^2.2.3",
15
15
  "prism-react-renderer": "^2.3.1"
16
16
  },
@@ -81,5 +81,5 @@
81
81
  "publishConfig": {
82
82
  "access": "public"
83
83
  },
84
- "gitHead": "e5d125d95a0c858bbcc9a57acc1adb3b61c64f23"
84
+ "gitHead": "f48ab87b5a5ad7f68ee4093aa1d624b0bddd7589"
85
85
  }
@@ -125,7 +125,7 @@ export function IntroWidget({}: {}) {
125
125
  }).createCollections
126
126
  : true;
127
127
 
128
- if (!navigation.initialised || navigation.collections === undefined || (navigation.collections ?? []).length > 0) {
128
+ if (!navigation.initialised || (navigation.collections ?? []).length > 0) {
129
129
  return null;
130
130
  }
131
131