Change default org id in client to "default"

pull/2593/head
Michael Desa 2017-12-19 14:02:02 -08:00
parent 774d9a7456
commit fb68b04697
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ export const USER_ROLES = [
{name: ADMIN_ROLE},
]
export const DEFAULT_ORG_ID = '0'
export const DEFAULT_ORG_ID = 'default'