Fix display of description

Signed-off-by: Matthias Lindinger <matthias.lindinger@bsb-muenchen.de>
This commit is contained in:
Matthias Lindinger
2026-03-06 08:06:14 +01:00
parent 5361cbdcfc
commit da9779c0a6
@@ -139,9 +139,6 @@ export const GitlabRepoPicker = (
selected={owner}
items={ownerItems}
/>
<FormHelperText>
{t('fields.gitlabRepoPicker.owner.description')}
</FormHelperText>
</>
) : (
<Autocomplete
@@ -163,6 +160,9 @@ export const GitlabRepoPicker = (
autoSelect
/>
)}
<FormHelperText>
{t('fields.gitlabRepoPicker.owner.description')}
</FormHelperText>
</FormControl>
</>
);