@algenium/blocks 1.19.0 → 1.19.1

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.js CHANGED
@@ -6618,6 +6618,8 @@ function EventDialog({
6618
6618
  referenceId: referenceId || null
6619
6619
  });
6620
6620
  onOpenChange(false);
6621
+ } catch (err) {
6622
+ console.error("[EventDialog] Failed to save event:", err);
6621
6623
  } finally {
6622
6624
  setSaving(false);
6623
6625
  }