Skip to content

Commit 8221d14

Browse files
LukerSpringtreejianglin
and
jianglin
authored
fix(examples): there is an error in example (#8619)
Co-authored-by: jianglin <[email protected]>
1 parent 0f12cea commit 8221d14

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@
2929
- turansky
3030
- underager
3131
- vijaypushkin
32+
- lukerSpringTree

examples/custom-query-parsing/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ function Home() {
152152
type="radio"
153153
name="crust"
154154
value="deep-dish"
155-
defaultChecked={pizza.crust === "dish-dish"}
155+
defaultChecked={pizza.crust === "deep-dish"}
156156
/>{" "}
157157
Deep Dish
158158
</label>

0 commit comments

Comments
 (0)