Browse Source

feat(rule): rule editor operator

Lind 3 years atrás
parent
commit
ff75b883c6
1 changed files with 1 additions and 1 deletions
  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 />
           <Debug />
         </div>
         </div>
         <div className={styles.right}>
         <div className={styles.right}>
-          <Operator data={{}} />
+          <Operator />
         </div>
         </div>
       </div>
       </div>
     </Modal>
     </Modal>