zahmis 4 年之前
父節點
當前提交
09aa21e1a4

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

@@ -20,7 +20,7 @@ const CustomBotWithoutProxyIntegrationCard = (props) => {
             <div className="card slack-work-space-name-card">
               <div className="m-2 text-center">
                 <h5 className="font-weight-bold">
-                  {isConnectedFailed ? 'Setting #1' : workspaceName}
+                  {isConnectedFailed ? 'Settings #1' : workspaceName}
                 </h5>
                 <img width={20} height={20} src="/images/slack-integration/growi-bot-kun-icon.png" />
               </div>

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

@@ -22,7 +22,6 @@ const CustomBotWithoutProxySettings = (props) => {
   const connectionStatusValues = Object.values(connectionStatuses);
   const isConnectedFailed = connectionStatusValues.some(e => e.error);
 
-
   const resetSettings = async() => {
     if (onResetSettings == null) {
       return;