mirror of
https://git.meshkee.com/Meshkee/dashboards.git
synced 2026-08-11 22:30:58 +04:30
Use HTTPS example for domain git repo placeholder.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
63af59f0f3
commit
12ab1f8006
@@ -1301,7 +1301,7 @@ export function BusinessesPage() {
|
|||||||
id="domain-git-repo"
|
id="domain-git-repo"
|
||||||
value={domainGitRepoUrl}
|
value={domainGitRepoUrl}
|
||||||
onChange={(e) => setDomainGitRepoUrl(e.target.value)}
|
onChange={(e) => setDomainGitRepoUrl(e.target.value)}
|
||||||
placeholder="git@git.meshkee.com:Meshkee-Websites/oaktasty.git"
|
placeholder="https://git.meshkee.com/Meshkee-Websites/oaktasty.git"
|
||||||
disabled={domainSubmitting}
|
disabled={domainSubmitting}
|
||||||
autoComplete="off"
|
autoComplete="off"
|
||||||
spellCheck={false}
|
spellCheck={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user