Skip to content

Commit

Permalink
fix(examples): there is an error in example (#8619)
Browse files Browse the repository at this point in the history
Co-authored-by: jianglin <dejing.ldj@alibaba-inc.com>
  • Loading branch information
LukerSpringtree and jianglin committed Jan 26, 2022
1 parent 0f12cea commit 8221d14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Expand Up @@ -29,3 +29,4 @@
- turansky
- underager
- vijaypushkin
- lukerSpringTree
2 changes: 1 addition & 1 deletion examples/custom-query-parsing/src/App.tsx
Expand Up @@ -152,7 +152,7 @@ function Home() {
type="radio"
name="crust"
value="deep-dish"
defaultChecked={pizza.crust === "dish-dish"}
defaultChecked={pizza.crust === "deep-dish"}
/>{" "}
Deep Dish
</label>
Expand Down

0 comments on commit 8221d14

Please sign in to comment.