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.
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: