remove previous changes

This commit is contained in:
Shubham Mehrotra 2020-05-18 15:25:03 +05:30
parent 77db0f6a48
commit 258009e050
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@
searchedItem.forEach(item => {
let splitedItem = item.split('=');
updatedSearchedCollection[splitedItem[0]] = decodeURI(splitedItem[1]);
updatedSearchedCollection[splitedItem[0]] = splitedItem[1];
});
this.searchedQuery = updatedSearchedCollection;