juzhiyuan commented on a change in pull request #2025:
URL: https://github.com/apache/apisix-dashboard/pull/2025#discussion_r680683464
##########
File path: web/src/pages/Route/components/DebugViews/AuthenticationView.tsx
##########
@@ -108,7 +108,7 @@ const AuthenticationView:
React.FC<RouteModule.DebugViewProps> = (props) => {
onChange={(event) => {
const currentValue = event.target.value;
setAuthType(currentValue);
- props.form.setFieldsValue({ authType: currentValue });
+ props.form.setFieldsValue({ autyType: currentValue });
Review comment:
May I know why change this back?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]