@gallop.software/studio 0.1.98 → 0.1.99

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.
@@ -4892,7 +4892,8 @@ function SettingsPanel({ onClose }) {
4892
4892
  const response = await fetch("/api/studio/cdns", {
4893
4893
  method: "POST",
4894
4894
  headers: { "Content-Type": "application/json" },
4895
- body: JSON.stringify({ cdns: cdnUrls.filter((url) => url.trim()) })
4895
+ // Preserve empty strings as placeholders to maintain indices
4896
+ body: JSON.stringify({ cdns: cdnUrls })
4896
4897
  });
4897
4898
  if (response.ok) {
4898
4899
  setHasChanges(false);
@@ -5453,4 +5454,4 @@ export {
5453
5454
  StudioUI,
5454
5455
  StudioUI_default as default
5455
5456
  };
5456
- //# sourceMappingURL=StudioUI-Q3TTI2IQ.mjs.map
5457
+ //# sourceMappingURL=StudioUI-KB6YIRTU.mjs.map