Skip to content

Commit

Permalink
Merge pull request #15 from hive-one/remove-extra-3
Browse files Browse the repository at this point in the history
remove extra integrations
  • Loading branch information
rishimohan authored Oct 11, 2023
2 parents 975442a + 7d8b6eb commit dd56282
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const ConnectedCalendars = (props: IConnectCalendarsProps) => {
);
const disabledNextButton = firstCalendar === undefined;
const destinationCalendar = queryConnectedCalendars.data?.destinationCalendar;

return (
<>
{/* Already connected calendars */}
Expand Down
3 changes: 2 additions & 1 deletion packages/app-store/larkcalendar/_metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ import type { AppMeta } from "@calcom/types/App";
import _package from "./package.json";

export const metadata = {
enabled: false,
name: "Lark Calendar",
description: _package.description,
installed: false,
installed: true,
type: "lark_calendar",
title: "Lark Calendar",
variant: "calendar",
Expand Down

0 comments on commit dd56282

Please sign in to comment.