Skip to content

Commit a8293b7

Browse files
[autofix.ci] apply automated fixes
1 parent 54bd25d commit a8293b7

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,7 @@ export const AddGitlabProvider = () => {
205205
name="gitlabInternalUrl"
206206
render={({ field }) => (
207207
<FormItem>
208-
<FormLabel>
209-
Internal URL (Optional)
210-
</FormLabel>
208+
<FormLabel>Internal URL (Optional)</FormLabel>
211209
<FormControl>
212210
<Input
213211
placeholder="http://gitlab:80"

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,7 @@ export const EditGitlabProvider = ({ gitlabId }: Props) => {
164164
name="gitlabInternalUrl"
165165
render={({ field }) => (
166166
<FormItem>
167-
<FormLabel>
168-
Internal URL (Optional)
169-
</FormLabel>
167+
<FormLabel>Internal URL (Optional)</FormLabel>
170168
<FormControl>
171169
<Input
172170
placeholder="http://gitlab:80"

0 commit comments

Comments
 (0)