Skip to content

Commit

Permalink
chore: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwu9145 committed Jul 14, 2024
1 parent bc2f96a commit b1f74e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vuetify/src/labs/VNumberInput/VNumberInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ export const VNumberInput = genericComponent<VNumberInputSlots>()({
props.class,
]}
{ ...textFieldProps }
centerAffix={ true }
singleLine={ false }
centerAffix
singleLine={ false }
style={ props.style }
inputmode="decimal"
>
Expand Down

0 comments on commit b1f74e1

Please sign in to comment.