Skip to content

Commit 9280da5

Browse files
authored
Create a new dist version 3.1.12-1.10.x (#452)
1 parent 9eb4298 commit 9280da5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/elements/TableLinkCell/TableLinkCell.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const C = ({
2626
e.bodyCellClassName
2727
), c = u("item-name"), { value: d, label: l, className: h } = t.state ?? {};
2828
return /* @__PURE__ */ o("td", { "data-testid": e.headerId, className: v, children: [
29-
e.linkIsExternal ? /* @__PURE__ */ s("span", { className: "data-ellipsis", children: /* @__PURE__ */ o("a", { href: n, className: "link", target: "blank", children: [
29+
e.linkIsExternal ? /* @__PURE__ */ s("span", { className: "data-ellipsis", children: /* @__PURE__ */ o("a", { href: n, className: "link", target: "_top", children: [
3030
/* @__PURE__ */ s(
3131
r,
3232
{

dist/elements/TableLinkCell/TableLinkCell.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iguazio.dashboard-react-controls",
3-
"version": "3.1.11",
3+
"version": "3.1.12-1.10.x",
44
"description": "Collection of resources (such as CSS styles, fonts and images) and ReactJS 17.x components to share among different Iguazio React repos.",
55
"module": "./dist/index.mjs",
66
"main": "./dist/index.mjs",

0 commit comments

Comments
 (0)