mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
DEV: Remove deprecated HighlightText
(#23495)
This commit is contained in:
parent
dd9000a7cd
commit
08336ed682
@ -1,12 +0,0 @@
|
||||
import deprecated from "discourse-common/lib/deprecated";
|
||||
import highlightSearch from "discourse/components/highlight-search";
|
||||
|
||||
export default highlightSearch.extend({
|
||||
init() {
|
||||
this._super(...arguments);
|
||||
deprecated(
|
||||
"`highlight-text` component is deprecated, use the `highlight-search` instead.",
|
||||
{ id: "discourse.highlight-text-component" }
|
||||
);
|
||||
},
|
||||
});
|
Loading…
Reference in New Issue
Block a user