itizawa 6 년 전
부모
커밋
6fd01cf9d0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/client/js/components/Admin/Notification/UserTriggerNotification.jsx

+ 1 - 1
src/client/js/components/Admin/Notification/UserTriggerNotification.jsx

@@ -44,7 +44,7 @@ class UserTriggerNotification extends React.Component {
   }
 
   validateForm() {
-    return this.state.pathPattern !== '' && this.state.channel;
+    return this.state.pathPattern !== '' && this.state.channel !== '';
   }
 
   async onClickSubmit() {