diff --git a/frontend/src/app/main/ui/dashboard/sidebar.cljs b/frontend/src/app/main/ui/dashboard/sidebar.cljs index 9f81b51a19..420383aa60 100644 --- a/frontend/src/app/main/ui/dashboard/sidebar.cljs +++ b/frontend/src/app/main/ui/dashboard/sidebar.cljs @@ -801,7 +801,12 @@ :class (stl/css :dropdown :teams-dropdown) :organization current-org :profile profile - :organizations (vals orgs)}]]) + :organizations (->> (vals orgs) + (sort-by (juxt (fn [o] (str/lower (:name o ""))) + :id)))}]]) + + + orgs-portal-container))) ;; Orgs options [:> org-options-dropdown* {:show show-org-options-menu?