From c5d9ef792d8b9e2565c73f3b9be8158105867a07 Mon Sep 17 00:00:00 2001 From: tecc Date: Sat, 29 Oct 2022 22:07:06 +0200 Subject: [PATCH] fix: Use `minRows` instead of `rows` because of deprecation --- components/settings/snippet-injection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/settings/snippet-injection.tsx b/components/settings/snippet-injection.tsx index 19607e6..69f69ff 100644 --- a/components/settings/snippet-injection.tsx +++ b/components/settings/snippet-injection.tsx @@ -49,7 +49,7 @@ export const SnippetInjection: FC = () => { value={settings.injection} onChange={updateValue} onBlur={saveValue} - rows={8} + minRows={8} helperText={