Skip to content

Commit 2cea934

Browse files
yashwincleacos
authored andcommitted
sort industries
1 parent 32644bc commit 2cea934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/a8c-for-agencies/sections/partner-directory/components/hooks/use-form-selectors.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export function useFormSelectors() {
8888
availableLanguages,
8989
availableProducts,
9090
availableDirectories,
91-
availableIndustries,
91+
availableIndustries: Object.fromEntries( Object.entries( availableIndustries ).sort() ),
9292
oldIndustries,
9393
};
9494
}

0 commit comments

Comments
 (0)