mirror of
https://github.com/certimate-go/certimate.git
synced 2026-06-22 21:05:48 +08:00
fix tencent cos ui placeholder
This commit is contained in:
parent
d82a9c9253
commit
7c685646da
@ -159,7 +159,7 @@ const DeployToTencentCOS = () => {
|
||||
<div>
|
||||
<Label>{t("domain.deployment.form.domain.label")}</Label>
|
||||
<Input
|
||||
placeholder={t("domain.deployment.form.domain.label")}
|
||||
placeholder={t("domain.deployment.form.domain.placeholder")}
|
||||
className="w-full mt-1"
|
||||
value={data?.config?.domain}
|
||||
onChange={(e) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user