Skip to content

Commit

Permalink
Update js/src/forum/extenders/extendDiscussionComposer.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Davide Iadeluca <[email protected]>
  • Loading branch information
imorland and DavideIadeluca authored Nov 1, 2024
1 parent 7dda67a commit 12e9a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/forum/extenders/extendDiscussionComposer.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { extend } from 'flarum/common/extend';
import app from 'flarum/forum/app';
import DiscussionComposer from 'flarum/forum/components/DiscussionComposer';
import Tag from 'flarum/tags/common/models/Tag';
import type Tag from 'flarum/tags/common/models/Tag';

export default function extendDiscussionComposer() {
extend(DiscussionComposer.prototype, 'headerItems', function (items) {
Expand Down

0 comments on commit 12e9a89

Please sign in to comment.