Remove disabled prop from Input component
This commit is contained in:
parent
bac1933a57
commit
ada0c2288b
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue