refactor(web/input): use form control instead of controlled state

This commit is contained in:
Luke
2023-01-03 18:55:02 +01:00
parent 440a7564a3
commit d0811be0ce
9 changed files with 121 additions and 76 deletions

View File

@@ -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}>