resolve quotation mark error when searching
This commit is contained in:
@@ -80,7 +80,7 @@ const TracksContainer = () => {
|
|||||||
setLoading(true);
|
setLoading(true);
|
||||||
const options = {
|
const options = {
|
||||||
$top: state.pagination.pageSize,
|
$top: state.pagination.pageSize,
|
||||||
substr: state.searchOptions.substr,
|
substr: state.searchOptions.substr.replace(`'`, `''`),
|
||||||
genreIds: state.searchOptions.genreIds,
|
genreIds: state.searchOptions.genreIds,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user