fix: create api key button (#123)
This commit is contained in:
committed by
GitHub
parent
efe36248a6
commit
62b67458b3
@@ -182,7 +182,7 @@ export default function AddApiKey() {
|
|||||||
/>
|
/>
|
||||||
<div className="flex justify-end">
|
<div className="flex justify-end">
|
||||||
<Button
|
<Button
|
||||||
className=" w-[100px] bg-white hover:bg-gray-100 focus:bg-gray-100"
|
className=" w-[100px] hover:bg-gray-100 focus:bg-gray-100"
|
||||||
type="submit"
|
type="submit"
|
||||||
disabled={createApiKeyMutation.isPending}
|
disabled={createApiKeyMutation.isPending}
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user