diff --git a/src/frontend/src/components/keypairListComponent/index.tsx b/src/frontend/src/components/keypairListComponent/index.tsx index 61a0d6851..e9c016ece 100644 --- a/src/frontend/src/components/keypairListComponent/index.tsx +++ b/src/frontend/src/components/keypairListComponent/index.tsx @@ -4,7 +4,7 @@ import { KeyPairListComponentType } from "../../types/components"; import _ from "lodash"; import { classNames } from "../../utils/utils"; import IconComponent from "../genericIconComponent"; -import { Textarea } from "../ui/textarea"; +import { Input } from "../ui/input"; export default function KeypairListComponent({ value, @@ -49,8 +49,8 @@ export default function KeypairListComponent({ return Object.keys(obj).map((key, idx) => { return (