Skip to content

Commit 8cfea34

Browse files
committed
expose xero and netsuite in c1 production (#881)
1 parent 6a28b53 commit 8cfea34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/branding/expose-app-config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ export const exposeAppConfig: AllowedAppsConfiguration = {
5454
QBO: true,
5555
BUSINESS_CENTRAL: false,
5656
TRAVELPERK: false,
57-
XERO: false,
58-
NETSUITE: false,
57+
XERO: true,
58+
NETSUITE: true,
5959
QBD: false,
6060
BAMBOO: false
6161
}

0 commit comments

Comments
 (0)