From 260017de1d663ceec0df9ba9a911f4e2da644fed Mon Sep 17 00:00:00 2001 From: Mark VanLandingham Date: Tue, 7 Jan 2025 09:38:46 -0600 Subject: [PATCH] FIX: Move posts modal passing topic instance rather than ID (#30622) Fixes issue in type difference due to modernization in this commit https://github.com/discourse/discourse/commit/df9de3022f34c8d2003f364279ff1c3e7dfdaf29 --- .../discourse/app/components/modal/move-to-topic.hbs | 6 +++--- .../discourse/app/components/modal/move-to-topic.js | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/assets/javascripts/discourse/app/components/modal/move-to-topic.hbs b/app/assets/javascripts/discourse/app/components/modal/move-to-topic.hbs index 607827a9766..90e1c3886bd 100644 --- a/app/assets/javascripts/discourse/app/components/modal/move-to-topic.hbs +++ b/app/assets/javascripts/discourse/app/components/modal/move-to-topic.hbs @@ -70,7 +70,7 @@
@@ -80,7 +80,7 @@ @onChange={{fn (mut this.participants)}} /> - {{#if this.selectedTopicId}} + {{#if this.selectedTopic}}