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
All the URLs on the Alert page are missing the org_slug because they use the form <a href="/destinations"... instead of <a href="destinations".... I've noticed this with the destinations and query links, but maybe there are others.
The text was updated successfully, but these errors were encountered:
Issue Summary
All the URLs on the Alert page are missing the org_slug because they use the form
<a href="/destinations"...
instead of<a href="destinations"...
. I've noticed this with the destinations and query links, but maybe there are others.The text was updated successfully, but these errors were encountered: