fix: Use minRows instead of rows because of deprecation

This commit is contained in:
tecc 2022-10-29 22:07:06 +02:00
parent b656e5b14f
commit c5d9ef792d
No known key found for this signature in database
GPG Key ID: 400AAD881FCC028B

View File

@ -49,7 +49,7 @@ export const SnippetInjection: FC = () => {
value={settings.injection} value={settings.injection}
onChange={updateValue} onChange={updateValue}
onBlur={saveValue} onBlur={saveValue}
rows={8} minRows={8}
helperText={ helperText={
<span className="flex items-center"> <span className="flex items-center">
<span> <span>