Skip to content

Commit c4aca74

Browse files
[autofix.ci] apply automated fixes
1 parent dab13a5 commit c4aca74

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/dokploy/components/dashboard/settings/git/gitlab/add-gitlab-provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ export const AddGitlabProvider = () => {
283283
</FormLabel>
284284
<FormControl>
285285
<Input
286-
placeholder="For organization/group access use the slug name of the group eg: my-org"
286+
placeholder="For organization/group access use the slug name of the group eg: my-org"
287287
{...field}
288288
/>
289289
</FormControl>

apps/dokploy/components/dashboard/settings/git/gitlab/edit-gitlab-provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export const EditGitlabProvider = ({ gitlabId }: Props) => {
192192
</FormLabel>
193193
<FormControl>
194194
<Input
195-
placeholder="For organization/group access use the slug name of the group eg: my-org"
195+
placeholder="For organization/group access use the slug name of the group eg: my-org"
196196
{...field}
197197
/>
198198
</FormControl>

0 commit comments

Comments
 (0)