mirror of
https://github.com/flarum/core.git
synced 2025-08-12 19:34:18 +02:00
Remove unused declaration of tags property (#100)
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user