trc-client-core
Version:
The core of the TRC Client
16 lines (12 loc) • 449 B
JavaScript
//
// Department Categories
//
import * as regions from 'trc-client-core/src/constants/Region';
export default [
{value: regions.ALL_REGIONS, label: 'All Regions'},
{value: regions.CRO, label: regions.CRO},
{value: regions.ERO, label: regions.ERO},
{value: regions.NRO, label: regions.NRO},
{value: regions.SRO, label: regions.SRO},
{value: regions.WA, label: regions.WA}
];