We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7e3e5 commit a281406Copy full SHA for a281406
src/chart/graph/component/GraphEntityInspectionTable.tsx
@@ -13,7 +13,7 @@ export const formatProperty = (property) => {
13
</TextLink>
14
);
15
}
16
- return property;
+ return str;
17
18
// html render rollback
19
// const cleanValue = DOMPurify.sanitize(str);
0 commit comments