ChemPal Documentation - v1.6.0
    Preparing search index...

    Variable SUPPLIER_COUNTRY_OPTIONSConst

    SUPPLIER_COUNTRY_OPTIONS: { code: string; label: string }[] = ...

    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 }));