Skip to content

Commit

Permalink
keyword fix for sort field
Browse files Browse the repository at this point in the history
  • Loading branch information
mohdashraf010897 committed Mar 12, 2022
1 parent 01bfe70 commit 96e0957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ class App extends Component {
label: "Sort by Ratings(High to Low) \u00A0",
},
{
dataField: "original_title.raw",
dataField: "original_title.keyword",
sortBy: "asc",
label: "Sort by Title(A-Z) \u00A0",
},
Expand Down

0 comments on commit 96e0957

Please sign in to comment.