mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 23:16:03 +01:00
refactor(web/input): use form control instead of controlled state
This commit is contained in:
@@ -153,9 +153,7 @@ const Notifications: React.FC = () => {
|
||||
: exitAnimationRight
|
||||
} 0.4s ease-in forwards`,
|
||||
}}
|
||||
style={{
|
||||
...data.style,
|
||||
}}
|
||||
style={data.style}
|
||||
className={`${classes.container}`}
|
||||
>
|
||||
<Group noWrap spacing={12}>
|
||||
|
||||
Reference in New Issue
Block a user