Remove unused declaration of tags property (#100)

This commit is contained in:
Sami Mazouz 2020-11-09 19:14:25 +01:00 committed by GitHub
parent 742e62d0f0
commit 8c5bbe1f74

View File

@ -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),