There was an error while loading. Please reload this page.
1 parent 740c530 commit 00f27bdCopy full SHA for 00f27bd
src/components/WebSocketDebugTool/index.js
@@ -328,7 +328,7 @@ class WebSocketDebugTool extends React.PureComponent {
328
329
{/*STOMP相关输入项, 注意disabled条件, 必须上面勾选STOMP后才可用*/}
330
<div className="stomp">
331
- <pre>available if ContentType = STOMP</pre>
+ <pre>available if Connect Type = STOMP</pre>
332
<Form inline style={{ marginTop:'5px' }}>
333
<FormItem label="STOMP connect header">
334
<Input placeholder='json string, e.g. {"header1":"value1", "header2":"value2"}' style={{ width:'400px' }}
0 commit comments