Refactor settings menu and implement language changer in next
This commit is contained in:
parent
9919e0c16e
commit
3034605126
11 changed files with 150 additions and 170 deletions
|
|
@ -48,7 +48,6 @@ const CreateForm = () => {
|
|||
const [error, setError] = useState<React.ReactNode>()
|
||||
|
||||
const onSubmit: SubmitHandler<Fields> = async values => {
|
||||
console.log({values}) // TODO:
|
||||
setIsLoading(true)
|
||||
setError(undefined)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue