mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
refactor: rows -> minRows
This was deprecated in a previous version of `@material-ui/core`.
This commit is contained in:
@@ -44,7 +44,7 @@ export interface FormTextFieldProps<T>
|
||||
| "onChange"
|
||||
| "placeholder"
|
||||
| "required"
|
||||
| "rows"
|
||||
| "minRows"
|
||||
| "select"
|
||||
| "SelectProps"
|
||||
| "style"
|
||||
|
||||
@@ -104,7 +104,7 @@ export const TemplateSettingsForm: FC<TemplateSettingsForm> = ({
|
||||
fullWidth
|
||||
label={Language.descriptionLabel}
|
||||
variant="outlined"
|
||||
rows={2}
|
||||
minRows={2}
|
||||
/>
|
||||
|
||||
<div className={styles.iconField}>
|
||||
|
||||
Reference in New Issue
Block a user