Browse Source

add factorMeaning2: true,

visuddhinanda 2 years ago
parent
commit
1b8f84c93b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      dashboard/src/components/template/SentEdit/SentWbwEdit.tsx

+ 2 - 1
dashboard/src/components/template/SentEdit/SentWbwEdit.tsx

@@ -105,7 +105,8 @@ const SentWbwEditWidget = ({ data, onSave, onClose, onCreate }: IWidget) => {
           meaning: true,
           factors: false,
           factorMeaning: false,
-          case: true,
+          factorMeaning2: true,
+          case: false,
         }}
         channelId={data.channel.id}
         channelType={data.channel.type}