mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Prepare for upgrade to React 19
Co-authored-by: ayumi-signal <ayumi@signal.org>
This commit is contained in:
@@ -219,7 +219,7 @@ export const Input = forwardRef<
|
||||
autoFocus,
|
||||
className: classNames(
|
||||
getClassName('__input'),
|
||||
icon && getClassName('__input--with-icon'),
|
||||
icon != null && getClassName('__input--with-icon'),
|
||||
isLarge && getClassName('__input--large'),
|
||||
isTextarea && getClassName('__input--textarea')
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user