You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the issue: in key-value-input.component.ts, when the ngOnInit() function is called, value has not been passed in yet. At this time, printing value still shows undefined.
If the initialization code is delayed, the page will display normally, and value will be printed correctly.
However, I haven't thought of a better solution.
tomsun28
changed the title
[BUG] <title>编辑已有http api监控(get请求),查询Params没有带出值显示
[BUG] Editing existing http api monitoring (get request), querying Params does not bring out the value display
Jan 20, 2025
Is there an existing issue for this?
Current Behavior
在监控列表中,选择一个已添加的http api监控(get请求,之前是已添加了查询Params的)进行编辑,进入编辑界面后,【查询Params】是空的。
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Debug logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: