utopia-ui 3.0.93 → 3.0.94

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.esm.js CHANGED
@@ -5712,7 +5712,7 @@ function ItemFormPopup(props) {
5712
5712
  map.closePopup();
5713
5713
  }
5714
5714
  else {
5715
- const item = items.find((i) => i.user_created?.id === user?.id && i.layer?.id === popupForm.layer.id);
5715
+ const item = items.find((i) => i.user_created?.id === user?.id && i.layer === popupForm.layer);
5716
5716
  const uuid = crypto.randomUUID();
5717
5717
  let success = false;
5718
5718
  try {