mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Because the org type is marked as "hidden" the HTML was being generated for orgs with Unspecified .org_type with no <option> selected, meaning it was displayed on the page using the first <option> in the list (Business). The /support endpoint should ignore the "hidden" property, since there's no reason not to - we only want to hide this org type from regular users during Org registration.