Remove disabled prop from Input component

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-03-08 16:13:33 -03:00
commit ada0c2288b

View file

@ -54,7 +54,6 @@ export default function KeypairListComponent({
return (
<div key={idx} className="flex w-full gap-2">
<Input
disabled={disabled}
data-testid={
editNode ? "editNodekeypair" + index : "keypair" + index
}