Skip to content

Commit

Permalink
fix: type definition of JSONEditorPropsOptional.flattenColumns
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Feb 15, 2024
1 parent 3255741 commit 3a28757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ export interface JSONEditorPropsOptional {
askToFormat?: boolean
escapeControlCharacters?: boolean
escapeUnicodeCharacters?: boolean
flattenColumns?: true
flattenColumns?: boolean
parser?: JSONParser
validator?: Validator | null
validationParser?: JSONParser
Expand Down

0 comments on commit 3a28757

Please sign in to comment.