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
it crash because this gets trigger when editing the catalog and an array is not accepted, so we have to pass the first element of the array in case of array to prevent the crash to happen
in the onChangeUrl of defaultservice the value is an array, but when the onchange is triggered, the output value becomes comma separated string, so there we do not have the problem
How to reproduce
create a service with an array of urls (also same url) in the url property
Description
it crash because this gets trigger when editing the catalog and an array is not accepted, so we have to pass the first element of the array in case of array to prevent the crash to happen
in the onChangeUrl of defaultservice the value is an array, but when the onchange is triggered, the output value becomes comma separated string, so there we do not have the problem
How to reproduce
Expected Result
Current Result
Browser info
(use this site: https://www.whatsmybrowser.org/ for non expert users)Other useful information
The text was updated successfully, but these errors were encountered: