mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
refactor: Wrap forms into dashboard layout (#5697)
This commit is contained in:
@ -62,7 +62,7 @@ export const CreateUserForm: FC<
|
||||
)
|
||||
|
||||
return (
|
||||
<FullPageForm title="Create user" onCancel={onCancel}>
|
||||
<FullPageForm title="Create user">
|
||||
<form onSubmit={form.handleSubmit} autoComplete="off">
|
||||
<Stack spacing={1}>
|
||||
<TextField
|
||||
|
Reference in New Issue
Block a user