Liking posts with Redux and Material UI

This commit is contained in:
2019-12-02 20:18:44 -05:00
parent e218708e0a
commit e4ea325fb8
8 changed files with 324 additions and 86 deletions

View File

@@ -59,8 +59,9 @@ export class Search extends Component {
<Grid>
<TextField
id="standard-required"
label="Search"
defaultValue="username"
label="Username"
// defaultValue="username"
margin="normal"
value={this.state.searchPhase}
onChange={event => this.handleInput(event)}