juzhiyuan commented on code in PR #3113:
URL: https://github.com/apache/apisix-dashboard/pull/3113#discussion_r2144248577


##########
src/routes/stream_routes/add.tsx:
##########
@@ -45,7 +46,10 @@ export const StreamRouteAddForm = (props: Props) => {
 
   const postStreamRoute = useMutation({
     mutationFn: (d: StreamRoutePostType) =>
-      postStreamRouteReq(req, pipeProduce()(d)),
+      postStreamRouteReq(

Review Comment:
   What type of changes are outside the `e2e` directory? Is it a fix for a 
discovered bug when writing test cases? If so, the fix PR should be separated.



-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to