Fix lint errors

This commit is contained in:
Tuan Dang
2023-03-10 21:45:51 +07:00
parent 0269b58a3c
commit 78cb18ad0e

View File

@@ -141,7 +141,7 @@ export default function GitLabCreateIntegrationPage() {
})}
</Select>
</FormControl>
{targetEntity === 'group' && (
{targetEntity === 'group' && targetTeamId && (
<FormControl
label="GitLab Group"
className='mt-4'