Skip to content

Commit

Permalink
Merge branch 'fix-custom-schema-validation' of https://github.com/Neu…
Browse files Browse the repository at this point in the history
…rodataWithoutBorders/nwb-guide into fix-custom-schema-validation
  • Loading branch information
garrettmflynn committed Mar 8, 2024
2 parents 93d233d + 7d4f52a commit f492aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/src/stories/JSONSchemaForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,8 @@ export class JSONSchemaForm extends LitElement {

const isRow = typeof rowName === "number";

const resolvedValue = e.instance // Get offending value
const schema = e.schema // Get offending schema
const resolvedValue = e.instance; // Get offending value
const schema = e.schema; // Get offending schema

// ------------ Exclude Certain Errors ------------
// Allow for constructing types from object types
Expand Down

0 comments on commit f492aff

Please sign in to comment.