Browse Source

feat(rule): rule editor operator

Lind 3 năm trước cách đây
mục cha
commit
ff75b883c6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/FRuleEditor/Advance/index.tsx

+ 1 - 1
src/components/FRuleEditor/Advance/index.tsx

@@ -24,7 +24,7 @@ const Advance = (props: Props) => {
           <Debug />
         </div>
         <div className={styles.right}>
-          <Operator data={{}} />
+          <Operator />
         </div>
       </div>
     </Modal>