visuddhinanda 2 vuotta sitten
vanhempi
sitoutus
09bd117638
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      dashboard/src/components/term/TermEdit.tsx

+ 1 - 1
dashboard/src/components/term/TermEdit.tsx

@@ -135,7 +135,7 @@ const TermEditWidget = ({
             newValue
             newValue
           );
           );
         }
         }
-        console.log("term ", res);
+
         if (res.ok) {
         if (res.ok) {
           message.success("提交成功");
           message.success("提交成功");
           if (typeof onUpdate !== "undefined") {
           if (typeof onUpdate !== "undefined") {