fix(203): issue with userfields re-rendering (#206)

This commit is contained in:
Carlos Valente
2022-09-17 23:32:22 +02:00
committed by GitHub
parent 3128f5a195
commit fc0cbf6134
3 changed files with 3 additions and 3 deletions
@@ -37,7 +37,7 @@ return (
<AutoTextArea
size='sm'
borderColor='#0001'
defaultValue={value}
value={value}
onChange={onChange}
onBlur={onBlur}
rows={3}