This is an automated email from the ASF dual-hosted git repository.

vernedeng pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/inlong.git

commit 43806b88f11405fb98b0266d1a860e6334e4d6cb
Author: haanyip <[email protected]>
AuthorDate: Wed Jul 12 19:33:12 2023 +0800

    [INLONG-8512][Dashboard] TubeMQ consumer bug fix when selecting topic 
(#8518)
    
    Co-authored-by: haanye <[email protected]>
---
 inlong-dashboard/src/plugins/consumes/common/ConsumeDefaultInfo.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inlong-dashboard/src/plugins/consumes/common/ConsumeDefaultInfo.ts 
b/inlong-dashboard/src/plugins/consumes/common/ConsumeDefaultInfo.ts
index 7f78e85b5e..c498379526 100644
--- a/inlong-dashboard/src/plugins/consumes/common/ConsumeDefaultInfo.ts
+++ b/inlong-dashboard/src/plugins/consumes/common/ConsumeDefaultInfo.ts
@@ -120,8 +120,8 @@ export class ConsumeDefaultInfo implements DataWithBackend, 
RenderRow, RenderLis
             result.mqType === 'TUBEMQ'
               ? [
                   {
-                    label: result,
-                    value: result,
+                    label: result.topic,
+                    value: result.topic,
                   },
                 ]
               : result.topics?.map(item => ({

Reply via email to