Fix uninstalled status of giphy and hubspot
parent
0f273c5efc
commit
21eb466a13
|
@ -6,6 +6,7 @@ export const metadata = {
|
|||
name: "Giphy",
|
||||
description: _package.description,
|
||||
category: "other",
|
||||
installed: true,
|
||||
// If using static next public folder, can then be referenced from the base URL (/).
|
||||
imageSrc: "/api/app-store/giphy/icon.svg",
|
||||
logo: "/api/app-store/giphy/icon.svg",
|
||||
|
|
|
@ -5,6 +5,7 @@ import _package from "./package.json";
|
|||
export const metadata = {
|
||||
name: "HubSpot CRM",
|
||||
description: _package.description,
|
||||
installed: !!process.env.HUBSPOT_CLIENT_ID,
|
||||
type: "hubspot_other_calendar",
|
||||
imageSrc: "/api/app-store/hubspotothercalendar/icon.svg",
|
||||
variant: "other_calendar",
|
||||
|
|
Loading…
Reference in New Issue