mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
fix: correctly display loading spinner (#16167)
Update the usages of the new spinner component to correctly set the loading prop
This commit is contained in:
@ -210,7 +210,7 @@ export const CreateUserForm: FC<
|
||||
Cancel
|
||||
</Button>
|
||||
<Button type="submit" disabled={isLoading}>
|
||||
{isLoading && <Spinner />}
|
||||
<Spinner loading={isLoading} />
|
||||
Save
|
||||
</Button>
|
||||
</FormFooter>
|
||||
|
Reference in New Issue
Block a user