convert to lowercase
This commit is contained in:
@@ -151,7 +151,7 @@ export function StepHandle() {
|
|||||||
if (state.error) {
|
if (state.error) {
|
||||||
dispatch({type: 'setError', value: ''})
|
dispatch({type: 'setError', value: ''})
|
||||||
}
|
}
|
||||||
setDraftValue(val)
|
setDraftValue(val.toLocaleLowerCase())
|
||||||
}}
|
}}
|
||||||
label={state.userDomain}
|
label={state.userDomain}
|
||||||
value={draftValue}
|
value={draftValue}
|
||||||
|
|||||||
Reference in New Issue
Block a user