mirror of
https://github.com/QingWei-Li/notea.git
synced 2024-11-26 11:23:27 +03:00
fix: Use minRows
instead of rows
because of deprecation
This commit is contained in:
parent
b656e5b14f
commit
c5d9ef792d
@ -49,7 +49,7 @@ export const SnippetInjection: FC = () => {
|
||||
value={settings.injection}
|
||||
onChange={updateValue}
|
||||
onBlur={saveValue}
|
||||
rows={8}
|
||||
minRows={8}
|
||||
helperText={
|
||||
<span className="flex items-center">
|
||||
<span>
|
||||
|
Loading…
Reference in New Issue
Block a user