From b26973a7c4aea73e9be4094917963371fa9c35ec Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Thu, 7 Mar 2024 20:48:32 -0300 Subject: [PATCH] Add disabled attribute to Input and button components --- src/frontend/src/components/keypairListComponent/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontend/src/components/keypairListComponent/index.tsx b/src/frontend/src/components/keypairListComponent/index.tsx index 9f452c988..b5c05cc77 100644 --- a/src/frontend/src/components/keypairListComponent/index.tsx +++ b/src/frontend/src/components/keypairListComponent/index.tsx @@ -54,6 +54,7 @@ export default function KeypairListComponent({ return (
{ let newInputList = _.cloneDeep(ref.current); newInputList.push({ "": "" });