zahmis 4 лет назад
Родитель
Сommit
3e2940da69

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

@@ -17,7 +17,7 @@ const CustomBotWithoutProxySettings = (props) => {
   const [testChannel, setTestChannel] = useState('');
 
   const addLogs = (log) => {
-    const newLog = `${log.code} ${log.message}\n\n`;
+    const newLog = `${new Date()} - ${log.code}, ${log.message}\n\n`;
     if (connectionMessage == null) {
       return setConnectionMessage(newLog);
     }