chore: add placeholder

This commit is contained in:
Udit Takkar
2023-11-03 11:27:09 +00:00
committed by Peer Richelsen
parent 5366d891bb
commit 6148c6baea
@@ -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}