mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
change isDisabled criteria for Create Integration button
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user