diff --git a/web/src/components/APIKeyList.tsx b/web/src/components/APIKeyList.tsx
index b73c54c..baff5cf 100644
--- a/web/src/components/APIKeyList.tsx
+++ b/web/src/components/APIKeyList.tsx
@@ -11,6 +11,7 @@ import {
FormMessage,
Form,
} from "./ui/form";
+import { CopyButton } from "@/components/CopyButton";
import { Button } from "@/components/ui/button";
import { Checkbox } from "@/components/ui/checkbox";
import {
@@ -387,16 +388,19 @@ function AddMachinesDialog() {
{apiKey && (
API Key (Copy the API key now)
-
-
-
- {/* */}
+
+
+
+
+
+
)}
{apiKey ? (
) : (
-