feat(gmail): add gmail integration
This commit is contained in:
@@ -141,6 +141,12 @@ export default defineConfig({
|
||||
{ text: 'Connection', link: '/apps/gitlab/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Gmail',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [{ text: 'Connection', link: '/apps/gmail/connection' }],
|
||||
},
|
||||
{
|
||||
text: 'Google Calendar',
|
||||
collapsible: true,
|
||||
|
Reference in New Issue
Block a user