constants.js 185 Bytes
Newer Older
1
export const DEFAULT_DAYS_TO_DISPLAY = 30;
Ezekiel Kigbo's avatar
Ezekiel Kigbo committed
2
export const OVERVIEW_STAGE_ID = 'overview';
3 4 5 6 7 8

export const DEFAULT_VALUE_STREAM = {
  id: 'default',
  slug: 'default',
  name: 'default',
};