zahmis hace 4 años
padre
commit
77ed58c803

+ 2 - 2
src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySecretTokenSection.jsx

@@ -19,8 +19,8 @@ const CustomBotWithoutProxySecretTokenSection = (props) => {
   const updatedSecretToken = async() => {
   const updatedSecretToken = async() => {
     try {
     try {
       await appContainer.apiv3.put('/slack-integration-settings/without-proxy/update-settings', {
       await appContainer.apiv3.put('/slack-integration-settings/without-proxy/update-settings', {
-        inputSigningSecret,
-        inputBotToken,
+        slackSigningSecret: inputSigningSecret,
+        slackBotToken: inputBotToken,
         currentBotType,
         currentBotType,
       });
       });