Skip to content

Commit

Permalink
change interval to number type
Browse files Browse the repository at this point in the history
  • Loading branch information
molotgor committed Jan 14, 2025
1 parent c1c6944 commit 53cca30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/JSONViewer/JSONSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const JSONSearch = () => {
}}>
<label htmlFor='chunk-size'>Chunk interval:</label>
<input
type='number'
style={{
border: '1px solid black',
borderRadius: '5px',
Expand Down

0 comments on commit 53cca30

Please sign in to comment.