FIX: fix eslint error due to removing the search_help
Related commit that made eslint unhappy
c51992cf5e
This commit is contained in:
parent
1d27610ffc
commit
5091124eed
|
@ -1,6 +1,5 @@
|
|||
import { ajax } from 'discourse/lib/ajax';
|
||||
import { translateResults, searchContextDescription, getSearchKey, isValidSearchTerm } from "discourse/lib/search";
|
||||
import showModal from 'discourse/lib/show-modal';
|
||||
import { default as computed, observes } from 'ember-addons/ember-computed-decorators';
|
||||
import Category from 'discourse/models/category';
|
||||
import { escapeExpression } from 'discourse/lib/utilities';
|
||||
|
|
Loading…
Reference in New Issue