mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
chore(site): add e2e to test add and remove user (#12851)
This commit is contained in:
@ -193,7 +193,11 @@ export const CreateUserForm: FC<
|
||||
type="password"
|
||||
/>
|
||||
</Stack>
|
||||
<FormFooter onCancel={onCancel} isLoading={isLoading} />
|
||||
<FormFooter
|
||||
submitLabel="Create user"
|
||||
onCancel={onCancel}
|
||||
isLoading={isLoading}
|
||||
/>
|
||||
</form>
|
||||
</FullPageForm>
|
||||
);
|
||||
|
Reference in New Issue
Block a user