Skip to content

Commit

Permalink
Remove targetLink variable from inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
tprouvot committed Oct 20, 2023
1 parent 4056026 commit 904db2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/inspect.js
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ class FieldRow extends TableRow {
args.set("useToolingApi", "1");
}
args.set("recordId", recordId);
return {href: "inspect.html?" + args, target: linkTarget, text: "Show all data (" + sobject.name + ")"};
return {href: "inspect.html?" + args, text: "Show all data (" + sobject.name + ")"};
});
} else {
links = [];
Expand Down

0 comments on commit 904db2e

Please sign in to comment.