Engine-AI commented on a change in pull request #1828:
URL: https://github.com/apache/apisix-dashboard/pull/1828#discussion_r620823368
##########
File path: web/src/components/Upstream/UpstreamForm.tsx
##########
@@ -83,6 +83,7 @@ const UpstreamForm: React.FC<Props> = forwardRef(
const resetForm = (upstream_id: string) => {
if (upstream_id === undefined) {
+ setReadonly(disabled);
Review comment:
> Does this will affect Route module?
Yes!When the router, service, and upstream are created for the first time,
this problem also occurs in the upstream involved.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]