fix tencent cos ui placeholder
This commit is contained in:
@@ -159,7 +159,7 @@ const DeployToTencentCOS = () => {
|
|||||||
<div>
|
<div>
|
||||||
<Label>{t("domain.deployment.form.domain.label")}</Label>
|
<Label>{t("domain.deployment.form.domain.label")}</Label>
|
||||||
<Input
|
<Input
|
||||||
placeholder={t("domain.deployment.form.domain.label")}
|
placeholder={t("domain.deployment.form.domain.placeholder")}
|
||||||
className="w-full mt-1"
|
className="w-full mt-1"
|
||||||
value={data?.config?.domain}
|
value={data?.config?.domain}
|
||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user