refactor: add slugify value

This commit is contained in:
Mauricio Siu
2024-09-07 00:40:44 -06:00
parent 22b675373a
commit 78ed940280
2 changed files with 2 additions and 2 deletions

View File

@@ -227,7 +227,7 @@ export const AddGitlabProvider = () => {
<FormLabel>Group Name (Optional)</FormLabel>
<FormControl>
<Input
placeholder="For organization/group access"
placeholder="For organization/group access use the slugish name of the group eg: my-org"
{...field}
/>
</FormControl>

View File

@@ -137,7 +137,7 @@ export const EditGitlabProvider = ({ gitlabId }: Props) => {
<FormLabel>Group Name (Optional)</FormLabel>
<FormControl>
<Input
placeholder="For organization/group access"
placeholder="For organization/group access use the slugish name of the group eg: my-org"
{...field}
/>
</FormControl>