fix: jira importer validations (#3323)
* fix: jira importer validations * dev: update validation for cloud hostname * dev: update the function to be used externally * dev: update codeql workflow * dev: update repository selection api
This commit is contained in:
parent
02a776396b
commit
4b0ccea146
5 changed files with 48 additions and 17 deletions
|
|
@ -139,7 +139,7 @@ export const SingleIntegrationCard: React.FC<Props> = observer(({ integration })
|
|||
variant="danger"
|
||||
onClick={() => {
|
||||
if (!isUserAdmin) return;
|
||||
handleRemoveIntegration;
|
||||
handleRemoveIntegration();
|
||||
}}
|
||||
disabled={!isUserAdmin}
|
||||
loading={deletingIntegration}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue