소스 검색

feat(rule): rule editor operator

Lind 4 년 전
부모
커밋
ff75b883c6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>