Skip to content

Commit

Permalink
fix: ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
engalar committed May 31, 2022
1 parent 0d81cea commit f7d409a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
"xml2js": "^0.4.23",
"zlib": "^1.0.5"
}
}
}
2 changes: 1 addition & 1 deletion src/Graph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { GraphContainerProps } from "../typings/GraphProps";
import { ValueStatus } from "mendix";

export default function (props: GraphContainerProps) {
console.log(eval("{a:1}"));
console.log(props);
const value = useMemo(() => {
if (props.attribute && props.attribute.status === ValueStatus.Available) {
return props.attribute.value;
Expand Down

0 comments on commit f7d409a

Please sign in to comment.