We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aeb45c commit db129e1Copy full SHA for db129e1
1 file changed
client/src/components/Integrations/IntegrationsView.tsx
@@ -31,7 +31,8 @@ const formatCount = (count: number): string => {
31
32
// Custom priority apps - these will appear first in the "all apps" view
33
const PRIORITY_APPS = [
34
- 'linkedin',
+ 'gmail',
35
+ 'microsoft_calendar',
36
'googlesheets',
37
'google_calendar',
38
'slack',
@@ -40,7 +41,6 @@ const PRIORITY_APPS = [
40
41
'salesforce_rest_api',
42
'hubspot',
43
'discord',
- 'gmail',
44
'calendar',
45
'zoom',
46
'stripe',
0 commit comments