Skip to content

Commit

Permalink
Merge pull request #3409 from felixzhuologist/master
Browse files Browse the repository at this point in the history
fix custom filter function example in docs
  • Loading branch information
JedWatson authored Apr 16, 2019
2 parents 71df767 + 6fe274f commit 520e5f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pages/advanced/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ export default function Advanced() {
${(
<ExampleWrapper
label="Custom filterOption with createFilter"
urlPath="docs/examples/CreateFilter.js"
raw={require('!!raw-loader!../../examples/CreateFilter.js')}
label="Custom filterOption function"
urlPath="docs/examples/CustomFilterOptions.js"
raw={require('!!raw-loader!../../examples/CustomFilterOptions.js')}
>
<CustomFilterOptions />
</ExampleWrapper>
Expand Down

0 comments on commit 520e5f7

Please sign in to comment.