@@ -28,31 +28,32 @@ export function useFormSelectors() {
28
28
headless_wordpress_and_woo : translate ( 'Headless WordPress & Woo' ) ,
29
29
} ;
30
30
31
+ // Always sort the industries alphabetically
31
32
const availableIndustries : Record < string , string > = {
32
- technology_and_it_services : translate ( 'Technology & IT Services' ) ,
33
+ agriculture_and_farming : translate ( 'Agriculture & Farming' ) ,
34
+ arts_and_culture : translate ( 'Arts & Culture' ) ,
35
+ automotive_and_transportation : translate ( 'Automotive & Transportation' ) ,
36
+ construction_and_engineering : translate ( 'Construction & Engineering' ) ,
37
+ education_and_e_learning : translate ( 'Education & E-Learning' ) ,
33
38
e_commerce_and_retail : translate ( 'E-commerce & Retail' ) ,
39
+ energy_and_utilities : translate ( 'Energy & Utilities' ) ,
40
+ entertainment_and_media : translate ( 'Entertainment & Media' ) ,
41
+ environmental_and_sustainability : translate ( 'Environmental & Sustainability' ) ,
42
+ events_and_conferences : translate ( 'Events & Conferences' ) ,
43
+ fashion_and_beauty : translate ( 'Fashion & Beauty' ) ,
34
44
finance_and_insurance : translate ( 'Finance & Insurance' ) ,
45
+ food_and_beverage : translate ( 'Food & Beverage' ) ,
46
+ government_and_public_services : translate ( 'Government & Public Services' ) ,
35
47
healthcare_and_medical : translate ( 'Healthcare & Medical' ) ,
36
- education_and_e_learning : translate ( 'Education & E-Learning' ) ,
37
- real_estate_and_property : translate ( 'Real Estate & Property' ) ,
38
- travel_and_hospitality : translate ( 'Travel & Hospitality' ) ,
39
- nonprofits_and_ngos : translate ( 'Nonprofits & NGOs' ) ,
40
48
legal_and_professional_services : translate ( 'Legal & Professional Services' ) ,
41
- entertainment_and_media : translate ( 'Entertainment & Media' ) ,
42
- construction_and_engineering : translate ( 'Construction & Engineering' ) ,
43
- automotive_and_transportation : translate ( 'Automotive & Transportation' ) ,
44
- government_and_public_services : translate ( 'Government & Public Services' ) ,
45
- marketing_and_advertising : translate ( 'Marketing & Advertising' ) ,
46
- food_and_beverage : translate ( 'Food & Beverage' ) ,
49
+ logistics_and_supply_chain : translate ( 'Logistics & Supply Chain' ) ,
47
50
manufacturing_and_industry : translate ( 'Manufacturing & Industry' ) ,
48
- energy_and_utilities : translate ( 'Energy & Utilities' ) ,
51
+ marketing_and_advertising : translate ( 'Marketing & Advertising' ) ,
52
+ nonprofits_and_ngos : translate ( 'Nonprofits & NGOs' ) ,
53
+ real_estate_and_property : translate ( 'Real Estate & Property' ) ,
49
54
sports_and_recreation : translate ( 'Sports & Recreation' ) ,
50
- agriculture_and_farming : translate ( 'Agriculture & Farming' ) ,
51
- arts_and_culture : translate ( 'Arts & Culture' ) ,
52
- environmental_and_sustainability : translate ( 'Environmental & Sustainability' ) ,
53
- fashion_and_beauty : translate ( 'Fashion & Beauty' ) ,
54
- logistics_and_supply_chain : translate ( 'Logistics & Supply Chain' ) ,
55
- events_and_conferences : translate ( 'Events & Conferences' ) ,
55
+ technology_and_it_services : translate ( 'Technology & IT Services' ) ,
56
+ travel_and_hospitality : translate ( 'Travel & Hospitality' ) ,
56
57
} ;
57
58
58
59
const availableProducts : Record < string , string > = {
@@ -88,7 +89,7 @@ export function useFormSelectors() {
88
89
availableLanguages,
89
90
availableProducts,
90
91
availableDirectories,
91
- availableIndustries : Object . fromEntries ( Object . entries ( availableIndustries ) . sort ( ) ) ,
92
+ availableIndustries,
92
93
oldIndustries,
93
94
} ;
94
95
}
0 commit comments