Merge pull request #4856 from gitbutlerapp/update-clone-form-validation

remove incorrect placeholder
This commit is contained in:
Kiril Videlov 2024-09-09 13:39:49 +02:00 committed by GitHub
commit 33c4447fd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>