mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 20:56:20 +08:00
Remove disabled prop from Input component
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user