Skip to content

Commit d65183b

Browse files
michaellopezGatsbyJS Bot
authored and
GatsbyJS Bot
committed
fix(gatsby): controlled search input component on dev-404-page (#19168)
1 parent be76cbc commit d65183b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby/src/internal-plugins/dev-404-page/raw_dev-404-page.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class Dev404Page extends React.Component {
104104
type="text"
105105
id="search"
106106
placeholder="Search pages..."
107-
value={this.state.pageSearchTerm}
107+
value={this.state.pagePathSearchTerms}
108108
onChange={this.handleSearchTermChange}
109109
/>
110110
</label>

0 commit comments

Comments
 (0)