visuddhinanda пре 2 година
родитељ
комит
11de7868c6
1 измењених фајлова са 4 додато и 0 уклоњено
  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",
       value: "part",
       label: intl.formatMessage({ id: "dict.fields.type.part.label" }),
       label: intl.formatMessage({ id: "dict.fields.type.part.label" }),
     },
     },
+    {
+      value: "note",
+      label: intl.formatMessage({ id: "dict.fields.type.note.label" }),
+    },
   ];
   ];
   const caseVerb1 = [
   const caseVerb1 = [
     {
     {