Skip to content

Commit

Permalink
fix(Field.Number): use default size (#3229)
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker authored Jan 16, 2024
1 parent b24d1fd commit 348f3cb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,6 @@ function NumberComponent(props: Props) {
toInput,
fromInput,
transformValue,
size:
props.size !== 'small' && props.size !== 'large'
? 'medium'
: props.size,
width: props.width ?? 'medium',
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 348f3cb

Please sign in to comment.