Jelajahi Sumber

Update CustomBotWithoutProxySettings.jsx

深瀬スティーヴン 5 tahun lalu
induk
melakukan
6ade1fa9b5

+ 6 - 1
src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettings.jsx

@@ -111,7 +111,12 @@ const CustomBotWithoutProxySettings = (props) => {
               />
             </td>
             <td>
-              <input className="form-control" type="text" value={slackSigningSecretEnv || ''} readOnly />
+              <input
+                className="form-control"
+                type="text"
+                value={slackSigningSecretEnv || ''}
+                readOnly
+              />
               <p className="form-text text-muted">
                 {/* eslint-disable-next-line react/no-danger */}
                 <small dangerouslySetInnerHTML={{ __html: t('admin:slack_integration.use_env_var_if_empty', { variable: 'SLACK_SIGNING_SECRET' }) }} />