We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5228a commit dc68cc9Copy full SHA for dc68cc9
src-ts/lib/payment-form/PaymentForm.tsx
@@ -177,7 +177,7 @@ const PaymentForm: React.FC<PaymentFormProps> = (props: PaymentFormProps) => {
177
value={props.formData.name}
178
/>
179
180
- <InputWrapper className={styles['input-wrapper']} label='Date' tabIndex={3} type='text' disabled={false}>
+ <InputWrapper className={styles['input-wrapper']} label='Country' tabIndex={3} type='text' disabled={false}>
181
<ReactSelect
182
value={props.formData.country}
183
onChange={(option) => props.onUpdateField('country', option)}
0 commit comments