e2corporation commented on code in PR #2146:
URL: https://github.com/apache/incubator-devlake/pull/2146#discussion_r896859790
##########
config-ui/src/pages/configure/connections/ConfigureConnection.jsx:
##########
@@ -212,7 +212,7 @@ export default function ConfigureConnection () {
</div>
{activeConnection && (
<>
- {activeProvider.id === Providers.JIRA &&
+ {[Providers.GITLAB,
Providers.JIRA].includes(activeProvider.id) &&
Review Comment:
If the last PR that added Jenkins Multi-connection was merged, shouldn't
Jenkins be added here as well?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]