Remove extraneous search query param from the job index page

This commit is contained in:
Michael Lange 2017-10-11 15:30:49 -07:00
parent 116548a1d8
commit 418fcedc13
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ export default Controller.extend(Sortable, {
queryParams: {
currentPage: 'page',
searchTerm: 'search',
sortProperty: 'sort',
sortDescending: 'desc',
},