This is an automated email from the ASF dual-hosted git repository.

sunyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 46bf1ef  fix: misspelling (#1101)
46bf1ef is described below

commit 46bf1ef9cfe4f4c659752176424151bb4fc4952f
Author: guoqqqi <[email protected]>
AuthorDate: Wed Dec 23 10:07:24 2020 +0800

    fix: misspelling (#1101)
---
 web/src/pages/Route/components/DebugViews/DebugDrawView.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/src/pages/Route/components/DebugViews/DebugDrawView.tsx 
b/web/src/pages/Route/components/DebugViews/DebugDrawView.tsx
index cf3aa4c..16c15db 100644
--- a/web/src/pages/Route/components/DebugViews/DebugDrawView.tsx
+++ b/web/src/pages/Route/components/DebugViews/DebugDrawView.tsx
@@ -238,7 +238,7 @@ const DebugDrawView: React.FC<RouteModule.DebugDrawProps> = 
(props) => {
         </PanelSection>
         <PanelSection title={formatMessage({ id: 
'page.route.PanelSection.title.responseResult' })}>
           <Tabs>
-            <TabPane tab={formatMessage({ id: 'page.route.TabPane.response' 
})} key="reponse">
+            <TabPane tab={formatMessage({ id: 'page.route.TabPane.response' 
})} key="response">
               <Spin tip="Loading..." spinning={loading}>
                 <CodeMirror
                   value={responseCode}

Reply via email to