mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat: enable Connect buttons for Google and Microsoft Outlook Calendars
This commit is contained in:
@@ -17,7 +17,6 @@ const CalendarConnections: FunctionComponent<
|
||||
title: "Connect",
|
||||
buttonStyle: ButtonStyleType.PRIMARY,
|
||||
icon: IconProp.Calendar,
|
||||
disabled: true,
|
||||
onClick: () => {},
|
||||
},
|
||||
]}
|
||||
@@ -30,7 +29,6 @@ const CalendarConnections: FunctionComponent<
|
||||
title: "Connect",
|
||||
buttonStyle: ButtonStyleType.PRIMARY,
|
||||
icon: IconProp.Calendar,
|
||||
disabled: true,
|
||||
onClick: () => {},
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user