Skip to content

Commit

Permalink
Update web/src/pages/Route/components/DebugViews/DebugDrawView.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
juzhiyuan authored Apr 9, 2021
1 parent 00ddb7f commit b664569
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const DebugDrawView: React.FC<RouteModule.DebugDrawProps> = (props) => {
headerForm.setFieldsValue(DEFAULT_DEBUG_PARAM_FORM_DATA);
authForm.setFieldsValue(DEFAULT_DEBUG_AUTH_FORM_DATA);
setResponseBody(formatMessage({ id: 'page.route.debug.showResultAfterSendRequest' }));
setResponseHeader(`${formatMessage({ id: 'page.route.debug.showResultAfterSendRequest' })}`);
setResponseHeader(formatMessage({ id: 'page.route.debug.showResultAfterSendRequest' }));
setBodyType(DEBUG_BODY_TYPE_SUPPORTED[DebugBodyType.None]);
};

Expand Down

0 comments on commit b664569

Please sign in to comment.