Skip to content

Commit

Permalink
fix(structure): use case insensitive search for inspect dialog (#6588)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars authored and jordanl17 committed May 10, 2024
1 parent 3cd78b7 commit 183d5f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export function InspectDialog(props: InspectDialogProps) {
isExpanded={isExpanded}
onClick={toggleExpanded}
search={Search}
filterOptions={{ignoreCase: true}}
/>
</JSONInspectorWrapper>
)}
Expand Down

0 comments on commit 183d5f3

Please sign in to comment.