Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Sep 19, 2024
1 parent 2988ea7 commit 7e5452d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/tags/js/src/forum/addTagComposer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import app from 'flarum/forum/app';
import { extend, override } from 'flarum/common/extend';
import IndexSidebar from 'flarum/forum/components/IndexSidebar';
import classList from 'flarum/common/utils/classList';
import Button from 'flarum/common/components/Button';

import tagsLabel from '../common/helpers/tagsLabel';
import getSelectableTags from './utils/getSelectableTags';
import Button from '@flarum/core/src/common/components/Button';

export default function addTagComposer() {
extend(IndexSidebar.prototype, 'newDiscussionAction', function (promise) {
Expand Down

0 comments on commit 7e5452d

Please sign in to comment.