mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
fix simple form
This commit is contained in:
parent
6e4b883742
commit
6ddda318bd
@ -130,7 +130,7 @@ export function ProfileForm({ userType }: { userType: string }) {
|
||||
)}
|
||||
|
||||
{template == "simple" &&
|
||||
<SimpleForm item={item} setState={setState}></SimpleForm>
|
||||
<SimpleForm item={item} state={state} setState={setState}></SimpleForm>
|
||||
}
|
||||
|
||||
{template == "tabs" &&
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user