From c5171d2daf9200df3f0de08fbfa575c8b0e1d09e Mon Sep 17 00:00:00 2001 From: D4 Date: Sun, 29 Mar 2020 06:59:12 -0700 Subject: [PATCH] Update record-detail.jsx : https://github.com/alibaba/anyproxy/commit/bef94748852d0c5c261e8099132254a72efaf0e1 --- web/src/component/record-detail.jsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/web/src/component/record-detail.jsx b/web/src/component/record-detail.jsx index c9a17560e..b16cacb5b 100644 --- a/web/src/component/record-detail.jsx +++ b/web/src/component/record-detail.jsx @@ -13,7 +13,6 @@ import RecordWsMessageDetail from 'component/record-ws-message-detail'; import { hideRecordDetail } from 'action/recordAction'; import Style from './record-detail.less'; -import CommonStyle from '../style/common.less'; const StyleBind = ClassBind.bind(Style); const PageIndexMap = { @@ -22,8 +21,8 @@ const PageIndexMap = { WEBSOCKET_INDEX: 'WEBSOCKET_INDEX' }; -// the maximum length of the request body to decide whether to offer a download link for the request body -const MAXIMUM_REQ_BODY_LENGTH = 10000; +// // the maximum length of the request body to decide whether to offer a download link for the request body +// const MAXIMUM_REQ_BODY_LENGTH = 10000; class RecordDetail extends React.Component { constructor() { @@ -65,7 +64,6 @@ class RecordDetail extends React.Component { } getWsMessageDiv(recordDetail) { - const { globalStatus } = this.props; return ; }