Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee committed Sep 23, 2024
1 parent 13aa420 commit 7903179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/input/src/input/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,4 @@ Input.propTypes = {
onFocus: PropTypes.func,
/** Called with signature `({ name: string, value: string }, event)` */
onKeyDown: PropTypes.func,
}
}
2 changes: 1 addition & 1 deletion components/input/src/input/inputTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ export const inputTypes = [
'week',
'time',
'search',
]
]

0 comments on commit 7903179

Please sign in to comment.