Refactor settings menu and implement language changer in next

This commit is contained in:
Ben Grant 2023-05-22 02:28:02 +10:00
parent 9919e0c16e
commit 3034605126
11 changed files with 150 additions and 170 deletions

View file

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