Просмотр исходного кода

edited select slack option state

ryuichi-e 6 лет назад
Родитель
Сommit
ae300fb44f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/client/js/services/AdminNotificationContainer.js

+ 1 - 1
src/client/js/services/AdminNotificationContainer.js

@@ -19,7 +19,7 @@ export default class AdminNotificationContainer extends Container {
 
     this.state = {
       retrieveError: null,
-      selectSlackOption: 'Incoming Webhooks',
+      selectSlackOption: 'incoming webhooks',
       webhookUrl: '',
       isIncomingWebhookPrioritized: false,
       slackToken: '',