mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 12:00:45 +08:00
Remove unused declaration of tags property (#100)
This commit is contained in:
parent
742e62d0f0
commit
8c5bbe1f74
|
@ -19,7 +19,6 @@ export default function () {
|
|||
});
|
||||
|
||||
// Add tag-selection abilities to the discussion composer.
|
||||
DiscussionComposer.prototype.tags = [];
|
||||
DiscussionComposer.prototype.chooseTags = function () {
|
||||
app.modal.show(TagDiscussionModal, {
|
||||
selectedTags: (this.composer.fields.tags || []).slice(0),
|
||||
|
|
Loading…
Reference in New Issue
Block a user