fix: add missing hash sign for primaryColor in gmail and monday
This commit is contained in:
@@ -12,7 +12,7 @@ export default defineApp({
|
|||||||
apiBaseUrl: 'https://gmail.googleapis.com',
|
apiBaseUrl: 'https://gmail.googleapis.com',
|
||||||
iconUrl: '{BASE_URL}/apps/gmail/assets/favicon.svg',
|
iconUrl: '{BASE_URL}/apps/gmail/assets/favicon.svg',
|
||||||
authDocUrl: '{DOCS_URL}/apps/gmail/connection',
|
authDocUrl: '{DOCS_URL}/apps/gmail/connection',
|
||||||
primaryColor: 'ea4335',
|
primaryColor: '#ea4335',
|
||||||
supportsConnections: true,
|
supportsConnections: true,
|
||||||
beforeRequest: [addAuthHeader],
|
beforeRequest: [addAuthHeader],
|
||||||
auth,
|
auth,
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ export default defineApp({
|
|||||||
supportsConnections: true,
|
supportsConnections: true,
|
||||||
baseUrl: 'https://monday.com',
|
baseUrl: 'https://monday.com',
|
||||||
apiBaseUrl: 'https://api.monday.com/v2',
|
apiBaseUrl: 'https://api.monday.com/v2',
|
||||||
primaryColor: 'F62B54',
|
primaryColor: '#F62B54',
|
||||||
beforeRequest: [addAuthHeader],
|
beforeRequest: [addAuthHeader],
|
||||||
auth,
|
auth,
|
||||||
triggers,
|
triggers,
|
||||||
|
|||||||
Reference in New Issue
Block a user