Skip to content

Commit

Permalink
debugging IAM changes
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Mar 20, 2024
1 parent 7ba17e6 commit f0bc228
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/model_catalog/src/ValidationFramework.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,9 @@ class ValidationFramework extends React.Component {
const param = window.location.hash.slice(1);
const key = param.split(".")[0];
const value = param.substr(param.indexOf(".") + 1);
console.log(param);
console.log(key);
console.log(value);
let error_message = "";

if (!queryValid.includes(key)) {
Expand Down

0 comments on commit f0bc228

Please sign in to comment.