chore: add placeholder

fix/location-improvements
Udit Takkar 2023-10-30 20:50:17 +05:30
parent 23f5e0393b
commit cfe2b7f624
1 changed files with 2 additions and 0 deletions

View File

@ -201,6 +201,7 @@ export const EventSetupTab = (
return (
<Input
name={`locations[${index}].${eventLocationType.defaultValueVariable}`}
placeholder={t(eventLocationType.organizerInputPlaceholder || "")}
type="text"
required
onChange={onChange}
@ -224,6 +225,7 @@ export const EventSetupTab = (
return (
<PhoneInput
required
placeholder={t(eventLocationType.organizerInputPlaceholder || "")}
name={`locations[${index}].${eventLocationType.defaultValueVariable}`}
value={value}
onChange={onChange}