2
0
visuddhinanda 2 жил өмнө
parent
commit
9930c8d369

+ 2 - 2
dashboard/src/components/dict/MyCreate.tsx

@@ -23,8 +23,8 @@ const MyCreateWidget = ({ word }: IWidget) => {
   const intl = useIntl();
   const [wordSpell, setWordSpell] = useState(word);
   const [editWord, setEditWord] = useState<IWbw>({
-    word: { value: word ? word : "", status: 1 },
-    real: { value: word ? word : "", status: 1 },
+    word: { value: word ? word : "", status: 7 },
+    real: { value: word ? word : "", status: 7 },
     book: 0,
     para: 0,
     sn: [0],