Change default org id in client to "default"
parent
774d9a7456
commit
fb68b04697
|
@ -12,4 +12,4 @@ export const USER_ROLES = [
|
|||
{name: ADMIN_ROLE},
|
||||
]
|
||||
|
||||
export const DEFAULT_ORG_ID = '0'
|
||||
export const DEFAULT_ORG_ID = 'default'
|
||||
|
|
Loading…
Reference in New Issue