mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2026-03-10 21:25:04 +00:00
Liking posts with Redux and Material UI
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user