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

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

@@ -82,7 +82,7 @@ class ManageGlobalNotification extends React.Component {
         notifyToType: this.state.notifyToType,
         toEmail: this.state.emailToSend,
         slackChannels: this.state.slackChannelToSend,
-        triggerEvents: this.state.triggerEvents,
+        triggerEvents: [...this.state.triggerEvents],
       });
     }
     catch (err) {