Skip to content
Snippets Groups Projects
Unverified Commit cefc94c9 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Remove deprecated and unused `searchTypeaheadEnabled` method (#39797)

parent 805ecd47
No related branches found
No related tags found
No related merge requests found
......@@ -206,13 +206,6 @@ class MetabaseSettings {
return this.get("enable-password-login");
}
/**
* @deprecated use getSetting(state, "search-typeahead-enabled")
*/
searchTypeaheadEnabled() {
return this.get("search-typeahead-enabled");
}
/**
* @deprecated use getSetting(state, "anon-tracking-enabled")
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment