itizawa 6 лет назад
Родитель
Сommit
6fd01cf9d0

+ 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() {