cleared modal for quoting when hitting cancel button

This commit is contained in:
Aditya Sankaran 2019-12-04 19:37:53 -05:00
parent efecf3b02a
commit 17c7e989ef
2 changed files with 2 additions and 2 deletions

View File

@ -43,5 +43,5 @@
"last 1 safari version"
]
},
"proxy": "https://us-central1-twistter-e4649.cloudfunctions.net/api"
"proxy": "http://localhost:5001/twistter-e4649/us-central1/api"
}

View File

@ -218,7 +218,7 @@ class Quote extends Component {
}
handleCloseModal() {
this.setState({ showModal: false });
this.setState({ showModal: false, characterCount: 250, value: "" });
}
handleChangeforPost(event) {