Skip to content

Commit 7e11698

Browse files
committed
chore: Update repository form with simplified URL input field
1 parent 1c4eb31 commit 7e11698

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

resources/views/livewire/project/new/github-private-repository-deploy-key.blade.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ class="loading loading-xs dark:text-warning loading-spinner"></span>
4848
@if ($current_step === 'repository')
4949
<h2 class="pb-4">Select a repository</h2>
5050
<form class="flex flex-col gap-2 pt-2" wire:submit='submit'>
51-
<x-forms.input id="repository_url" required label="Repository Url (https:// or git@)"
52-
helper="{!! __('repository.url') !!}" />
51+
<x-forms.input id="repository_url" required label="Repository Url (https:// or git@)" />
5352
<div class="flex gap-2">
5453
<x-forms.input id="branch" required label="Branch" />
5554
<x-forms.select wire:model.live="build_pack" label="Build Pack" required>

0 commit comments

Comments
 (0)