From bd410ace1eb1fc8c319049c3841416dd5d9b63c8 Mon Sep 17 00:00:00 2001 From: Lucas Schoenfelder <les17@inf.ufpr.br> Date: Fri, 22 May 2020 13:32:00 -0300 Subject: [PATCH] fix to props --- src/Components/FormInput.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Components/FormInput.js b/src/Components/FormInput.js index cf46bd5a..6e88c8f1 100644 --- a/src/Components/FormInput.js +++ b/src/Components/FormInput.js @@ -81,8 +81,6 @@ export default function FormInput(props) { style={{width:"100%"}} mask={props.mask} multiline={props.multi} - rows={props.rows} - rowsMax={props.rowMax} /> ); } -- GitLab