e2corporation commented on code in PR #2146:
URL: https://github.com/apache/incubator-devlake/pull/2146#discussion_r896915261
##########
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:
SourceLimit === 1 could be an alternative
--
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]