Explorar o código

feat(rule): rule editor operator

Lind %!s(int64=4) %!d(string=hai) anos
pai
achega
ff75b883c6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>