@tenorlab/react-dashboard 1.1.5 → 1.1.6
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.
|
@@ -2942,7 +2942,7 @@ function We({
|
|
|
2942
2942
|
/* @__PURE__ */ W("div", { className: "flex flex-col text-xs", children: [
|
|
2943
2943
|
/* @__PURE__ */ s("div", { children: d }),
|
|
2944
2944
|
/* @__PURE__ */ s("div", { className: "mt-3", onClick: (p) => {
|
|
2945
|
-
p.stopPropagation(), p.
|
|
2945
|
+
p.stopPropagation(), p.preventDefault(), i(!r);
|
|
2946
2946
|
}, children: "Externals:" }),
|
|
2947
2947
|
r && /* @__PURE__ */ s("dl", { className: "ml-2 flex flex-col text-xs", children: e.externalDependencies.map((p, w) => /* @__PURE__ */ W("dd", { children: [
|
|
2948
2948
|
"- ",
|