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
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
On create/edit destination screen, when click on "Add parameter" or "Add header" the application add an empty object { } instead of object with empty values { key: "", value "" }.
Because of that the validation of those fields are not working as expected. If you add a new parameter or header and try save, the new fields are not being marked as invalid but will prevent the request to be saved.
The text was updated successfully, but these errors were encountered:
On create/edit destination screen, when click on "Add parameter" or "Add header" the application add an empty object { } instead of object with empty values { key: "", value "" }.
Because of that the validation of those fields are not working as expected. If you add a new parameter or header and try save, the new fields are not being marked as invalid but will prevent the request to be saved.
The text was updated successfully, but these errors were encountered: