fix: build issues
This commit is contained in:
parent
66f2492e60
commit
f188c9fdc5
30 changed files with 48 additions and 230 deletions
|
|
@ -66,7 +66,7 @@ const CreateWorkspacePage: NextPageWithLayout = observer(() => {
|
|||
<CreateWorkspaceForm
|
||||
onSubmit={onSubmit}
|
||||
defaultValues={defaultValues}
|
||||
setDefaultValues={setDefaultValues}
|
||||
setDefaultValues={setDefaultValues as any}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue