Skip to content

Commit 8287a60

Browse files
authored
Merge pull request #7875 from afilp/patch-37
[doc]: fix NumberInput example
2 parents cc04d6b + 5ff0bac commit 8287a60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/NumberInput.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ const productFilters = [
5858
];
5959

6060
export const ProductList = (props) => (
61-
<List {...props} filters={postFilters}>
61+
<List {...props} filters={productFilters}>
6262
...
6363
</List>
6464
);
65-
```
65+
```

0 commit comments

Comments
 (0)