mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-28 13:26:16 +03:00
Merge pull request #4856 from gitbutlerapp/update-clone-form-validation
remove incorrect placeholder
This commit is contained in:
commit
33c4447fd8
@ -99,7 +99,7 @@
|
||||
<Section>
|
||||
<div class="clone__field repositoryUrl">
|
||||
<div class="text-13 text-semibold clone__field--label">Clone URL</div>
|
||||
<TextBox bind:value={repositoryUrl} placeholder={'https://'} />
|
||||
<TextBox bind:value={repositoryUrl} />
|
||||
</div>
|
||||
<div class="clone__field repositoryTargetPath">
|
||||
<div class="text-13 text-semibold clone__field--label">Where to clone</div>
|
||||
|
Loading…
Reference in New Issue
Block a user