@firecms/collection_editor 3.0.0-canary.217 → 3.0.0-canary.218

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.es.js CHANGED
@@ -9422,7 +9422,7 @@ function CollectionEditorInternal({
9422
9422
  } }),
9423
9423
  currentView === "details" && /* @__PURE__ */ jsx(CollectionDetailsForm, { existingPaths, existingIds, groups, parentCollectionIds, parentCollection, isNewCollection, children: !isNewCollection && isMergedCollection && /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-4 mt-8", children: [
9424
9424
  /* @__PURE__ */ jsx(Typography, { variant: "body2", color: "secondary", children: "This collection is defined in code. The changes done in this editor will override the properties defined in code. You can delete the overridden values to revert to the state defined in code." }),
9425
- /* @__PURE__ */ jsx(Button, { variant: "neutral", onClick: () => {
9425
+ /* @__PURE__ */ jsx(Button, { color: "neutral", onClick: () => {
9426
9426
  setDeleteRequested(true);
9427
9427
  }, children: "Reset to code" })
9428
9428
  ] }) }),