healchow commented on code in PR #9019:
URL: https://github.com/apache/inlong/pull/9019#discussion_r1349675687


##########
inlong-dashboard/src/plugins/streams/common/StreamDefaultInfo.ts:
##########
@@ -262,24 +262,28 @@ export class StreamDefaultInfo implements 
DataWithBackend, RenderRow, RenderList
     type: 'radio',
     isPro: true,
     rules: [{ required: true }],
-    initialValue: true,
+    initialValue: 'INLONG_MSG_VO',
     tooltip: i18n.t('meta.Stream.WrapWithInlongMsgHelp'),
     props: values => ({
       disabled: [110].includes(values?.status),
       options: [
         {
-          label: i18n.t('basic.Yes'),
-          value: true,
+          label: 'InLongMsg V0',
+          value: 'INLONG_MSG_VO',

Review Comment:
   Maybe the `VO` should be `V0`?



##########
inlong-dashboard/src/plugins/streams/common/StreamDefaultInfo.ts:
##########
@@ -262,24 +262,28 @@ export class StreamDefaultInfo implements 
DataWithBackend, RenderRow, RenderList
     type: 'radio',
     isPro: true,
     rules: [{ required: true }],
-    initialValue: true,
+    initialValue: 'INLONG_MSG_VO',

Review Comment:
   ditto



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to