DEV: Remove deprecated HighlightText (#23495)

This commit is contained in:
Jarek Radosz 2023-09-11 11:38:28 +02:00 committed by GitHub
parent dd9000a7cd
commit 08336ed682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" }
);
},
});