Skip to content

Commit

Permalink
Log the initial values for TS Parameters
Browse files Browse the repository at this point in the history
This is to debug the blank form state when navigating back to a new
page.
  • Loading branch information
jonathansick committed Apr 2, 2024
1 parent 79bfe10 commit 4a4a239
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ export default function TimesSquareParameters({}) {
initialValues.tsHideCode = false;
}

console.log('initialValues for page parameters', initialValues);

// Prepare executable validators for each parameter from their
// JSON schema definitions.
const schemas = {};
Expand Down

0 comments on commit 4a4a239

Please sign in to comment.