Skip to content

Commit

Permalink
Merge branch 'release' of https://github.com/appsmithorg/appsmith int…
Browse files Browse the repository at this point in the history
…o chore/entity-list-item
  • Loading branch information
ankitakinger committed Dec 25, 2024
2 parents 31de395 + f078ec0 commit 924ae26
Show file tree
Hide file tree
Showing 90 changed files with 2,629 additions and 1,494 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ button.selectTriggerButton {
align-items: center;
flex: 1;
}

.selectTriggerButton [data-select-text][data-placeholder] {
color: var(--color-fg-neutral-subtle);
}
11 changes: 11 additions & 0 deletions app/client/src/constants/PremiumDatasourcesConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,18 @@ export const PREMIUM_INTEGRATIONS: PremiumIntegration[] = [
name: "Salesforce",
icon: getAssetUrl(`${ASSETS_CDN_URL}/salesforce-icon.png`),
},
{
name: "Slack",
icon: getAssetUrl(`${ASSETS_CDN_URL}/slack.png`),
},
{
name: "Jira",
icon: getAssetUrl(`${ASSETS_CDN_URL}/jira.png`),
},
];

export const PREMIUM_INTEGRATION_CONTACT_FORM =
"PREMIUM_INTEGRATION_CONTACT_FORM";

export const SCHEDULE_CALL_URL =
"https://calendly.com/carina-neves-fonseca/appsmith";

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 924ae26

Please sign in to comment.