Browse Source

Merge pull request #1981 from visuddhinanda/agile

add ind - note
visuddhinanda 2 years ago
parent
commit
584f20e01c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      dashboard/src/components/dict/SelectCase.tsx

+ 4 - 0
dashboard/src/components/dict/SelectCase.tsx

@@ -265,6 +265,10 @@ const SelectCaseWidget = ({ value, onCaseChange }: IWidget) => {
       value: "part",
       label: intl.formatMessage({ id: "dict.fields.type.part.label" }),
     },
+    {
+      value: "note",
+      label: intl.formatMessage({ id: "dict.fields.type.note.label" }),
+    },
   ];
   const caseVerb1 = [
     {