Const
Supplier country options available for filtering in the drawer search panel. Derived from COUNTRIES (already sorted alphabetically by name).
export const SUPPLIER_COUNTRY_OPTIONS = COUNTRIES.map(({ code, name }) => ({ code, label: name })); Copy
export const SUPPLIER_COUNTRY_OPTIONS = COUNTRIES.map(({ code, name }) => ({ code, label: name }));
Supplier country options available for filtering in the drawer search panel. Derived from COUNTRIES (already sorted alphabetically by name).