From bc9d6253be41859d5702f375a6e1389a13cebcb1 Mon Sep 17 00:00:00 2001 From: Chukwunonso Frank Date: Wed, 26 Jul 2023 21:19:02 +0100 Subject: [PATCH] change isDisabled criteria for Create Integration button --- frontend/src/pages/integrations/northflank/create.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/integrations/northflank/create.tsx b/frontend/src/pages/integrations/northflank/create.tsx index adead79fe..cf6de64e5 100644 --- a/frontend/src/pages/integrations/northflank/create.tsx +++ b/frontend/src/pages/integrations/northflank/create.tsx @@ -183,7 +183,7 @@ export default function NorthflankCreateIntegrationPage() { color="mineshaft" className="mt-4" isLoading={isLoading} - isDisabled={secretGroupList === 0} + isDisabled={secretGroupList.length === 0} > Create Integration