فهرست منبع

add test CaseFormula

visuddhinanda 3 سال پیش
والد
کامیت
92fe7e9e80
1فایلهای تغییر یافته به همراه2 افزوده شده و 8 حذف شده
  1. 2 8
      dashboard/src/components/nut/Home.tsx

+ 2 - 8
dashboard/src/components/nut/Home.tsx

@@ -7,19 +7,13 @@ import FontBox from "./FontBox";
 import TreeTest from "./TreeTest";
 
 import { Layout } from "antd";
-import WbwDetailFm from "../template/Wbw/WbwDetailFm";
+import CaseFormula from "../template/Wbw/CaseFormula";
 
 const Widget = () => {
   return (
     <Layout>
       <h1>Home</h1>
-      <WbwDetailFm
-        factors={["abhi", "dhamma"]}
-        initValue={[]}
-        onChange={(value: string[]) => {
-          console.log("fm change", value);
-        }}
-      />
+      <CaseFormula />
       <h2>TreeTest</h2>
       <TreeTest />