diff --git a/src/Admin/Components/Components/DataCard.js b/src/Admin/Components/Components/DataCard.js index d41deff3892ea5aa509fb5274aacedde8925f868..ad60fc01b29692e5d6b9aab77ff2ab786c9e1c4f 100644 --- a/src/Admin/Components/Components/DataCard.js +++ b/src/Admin/Components/Components/DataCard.js @@ -63,11 +63,6 @@ const DataCard = (props) => { setEdit(!edit); }; - //Function that verify if everything is correct before saving the changes - const saveHandler = () => { - - } - // it stores an function that will be called when a button is clicked const functionArr = [props.viewData, EditHandler]; @@ -102,12 +97,6 @@ const DataCard = (props) => { {props.component} </CardContent> - <CardActions> - <Button size="small" className={classes.displayRow} onClick={saveHandler}> - <SaveIcon style={{ fill: "#6959CD" }} /> - Salvar - </Button> - </CardActions> </Card> : <Card className={classes.root} variant="outlined">