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
Search can be triggered by clicking search button or pressing enter. Currently the returned results are different for these two behaviors.
The root cause is project name is not bind correctly in api request for pressing enter event: http://localhost:8000/api/v1/projects/[object%20Object]/features?code=&keyword=time&page=1&limit=10, the correct one should be http://localhost:8000/api/v1/projects/feathr_ci_registry_12_33_182947/features?code=&keyword=time&page=1&limit=10
The text was updated successfully, but these errors were encountered:
Search can be triggered by clicking search button or pressing enter. Currently the returned results are different for these two behaviors.
The root cause is project name is not bind correctly in api request for pressing enter event:
http://localhost:8000/api/v1/projects/[object%20Object]/features?code=&keyword=time&page=1&limit=10
, the correct one should behttp://localhost:8000/api/v1/projects/feathr_ci_registry_12_33_182947/features?code=&keyword=time&page=1&limit=10
The text was updated successfully, but these errors were encountered: