change isDisabled criteria for Create Integration button

This commit is contained in:
Chukwunonso Frank
2023-07-26 21:19:02 +01:00
parent a5b37c80ad
commit bc9d6253be

View File

@@ -183,7 +183,7 @@ export default function NorthflankCreateIntegrationPage() {
color="mineshaft"
className="mt-4"
isLoading={isLoading}
isDisabled={secretGroupList === 0}
isDisabled={secretGroupList.length === 0}
>
Create Integration
</Button>