@firecms/collection_editor 3.0.0-canary.111 → 3.0.0-canary.113
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
|
@@ -3620,7 +3620,7 @@
|
|
|
3620
3620
|
open
|
|
3621
3621
|
}) {
|
|
3622
3622
|
const snackbarController = core.useSnackbarController();
|
|
3623
|
-
const code = collection ? 'import { EntityCollection } from "firecms";\n\nconst ' + (collection?.name ? camelCase(collection.name) : "my") + "Collection:EntityCollection = " + JSON5.stringify(collectionToCode(collection), null, " ") : "No collection selected";
|
|
3623
|
+
const code = collection ? 'import { EntityCollection } from "@firecms/core";\n\nconst ' + (collection?.name ? camelCase(collection.name) : "my") + "Collection:EntityCollection = " + JSON5.stringify(collectionToCode(collection), null, " ") : "No collection selected";
|
|
3624
3624
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
3625
3625
|
ui.Dialog,
|
|
3626
3626
|
{
|