mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
fix(console): set input type in connector tester (#1160)
This commit is contained in:
parent
4f32ad3a51
commit
25e94a4359
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ const SenderTester = ({ connectorType }: Props) => {
|
||||||
>
|
>
|
||||||
<TextInput
|
<TextInput
|
||||||
hasError={Boolean(inputError?.message)}
|
hasError={Boolean(inputError?.message)}
|
||||||
|
type={isSms ? 'tel' : 'email'}
|
||||||
{...register('sendTo', {
|
{...register('sendTo', {
|
||||||
required: true,
|
required: true,
|
||||||
pattern: {
|
pattern: {
|
||||||
|
|
Loading…
Reference in a new issue