1
0
mirror of https://github.com/flarum/core.git synced 2025-08-12 11:24:30 +02:00

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. // Add tag-selection abilities to the discussion composer.
DiscussionComposer.prototype.tags = [];
DiscussionComposer.prototype.chooseTags = function () { DiscussionComposer.prototype.chooseTags = function () {
app.modal.show(TagDiscussionModal, { app.modal.show(TagDiscussionModal, {
selectedTags: (this.composer.fields.tags || []).slice(0), selectedTags: (this.composer.fields.tags || []).slice(0),