Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrancis committed Aug 26, 2024
1 parent 1a0d02a commit 1d089c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/js/schema-form/schema-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -434,9 +434,9 @@ export function getOptionsList(schema: Record<string, unknown>): Record<string,
}

interface JsonSchema {
properties: Record<string, PropertySchema>
properties: Record<string, PropertySchema>;
}

interface PropertySchema {
type: string
type: string;
}

0 comments on commit 1d089c6

Please sign in to comment.