@prorobotech/openapi-k8s-toolkit 0.0.1-alpha.111 → 0.0.1-alpha.112

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.
@@ -8803,7 +8803,7 @@ const getLabel = ({
8803
8803
  e.preventDefault();
8804
8804
  e.stopPropagation();
8805
8805
  const url = preparedLink.startsWith("/") ? `${window.location.origin}${preparedLink}` : preparedLink;
8806
- window.location.href = url;
8806
+ window.open(url);
8807
8807
  },
8808
8808
  children: label
8809
8809
  }