FIX: Add missing props to move-to-topic (#23349)

Fixes tagging topics in that modal.
This commit is contained in:
Jarek Radosz
2023-08-31 14:18:57 +02:00
committed by GitHub
parent 6588814bac
commit 6bd66438d8
@@ -79,6 +79,14 @@ export default class MoveToTopic extends Component {
return this.canSplitTopic && this.currentUser?.admin;
}
get canAddTags() {
return this.site.can_create_tag;
}
get canTagMessages() {
return this.site.can_tag_pms;
}
@action
performMove() {
if (this.newTopic) {