diff --git a/apps/studio/components/interfaces/Integrations/Wrappers/WrapperDynamicColumns.tsx b/apps/studio/components/interfaces/Integrations/Wrappers/WrapperDynamicColumns.tsx index 6c9f5cdebc..001e453513 100644 --- a/apps/studio/components/interfaces/Integrations/Wrappers/WrapperDynamicColumns.tsx +++ b/apps/studio/components/interfaces/Integrations/Wrappers/WrapperDynamicColumns.tsx @@ -117,7 +117,7 @@ const WrapperDynamicColumns = ({
{columns.map((column, idx) => (
-
+
{ setisClosingEditWrapper(true)}> - + +
{showLabel && Type} diff --git a/apps/studio/public/img/icons/cal-com-icon.svg b/apps/studio/public/img/icons/cal-com-icon.svg new file mode 100644 index 0000000000..dd74ef165d --- /dev/null +++ b/apps/studio/public/img/icons/cal-com-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/studio/static-data/integrations/cal_wrapper/overview.md b/apps/studio/static-data/integrations/cal_wrapper/overview.md new file mode 100644 index 0000000000..92ec97f291 --- /dev/null +++ b/apps/studio/static-data/integrations/cal_wrapper/overview.md @@ -0,0 +1,3 @@ +Cal.com is a calendar and scheduling service that allows you to create and share events with others. + +The Cal.com Wrapper allows you to read data from Cal.com within your Postgres database.