Skip to content

Commit 2beee21

Browse files
committed
fix(rippling): address PR review feedback
- Fix lint:check import ordering in icon-mapping.ts - Build clean params object instead of spreading all UI fields to API - Add try/catch around JSON.parse for users field - Use != null guard for limit/offset to not drop 0 values - Add missing tags to block config and integrations.json
1 parent 955fb67 commit 2beee21

File tree

3 files changed

+225
-760
lines changed

3 files changed

+225
-760
lines changed

apps/sim/app/(landing)/integrations/data/icon-mapping.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ import {
3333
DatadogIcon,
3434
DevinIcon,
3535
DiscordIcon,
36-
DocuSignIcon,
3736
DocumentIcon,
37+
DocuSignIcon,
3838
DropboxIcon,
3939
DsPyIcon,
4040
DubIcon,
@@ -50,8 +50,8 @@ import {
5050
FirecrawlIcon,
5151
FirefliesIcon,
5252
GammaIcon,
53-
GitLabIcon,
5453
GithubIcon,
54+
GitLabIcon,
5555
GmailIcon,
5656
GongIcon,
5757
GoogleAdsIcon,
@@ -95,9 +95,9 @@ import {
9595
LinkupIcon,
9696
LoopsIcon,
9797
LumaIcon,
98-
MailServerIcon,
9998
MailchimpIcon,
10099
MailgunIcon,
100+
MailServerIcon,
101101
Mem0Icon,
102102
MicrosoftDataverseIcon,
103103
MicrosoftExcelIcon,
@@ -135,8 +135,6 @@ import {
135135
RevenueCatIcon,
136136
RipplingIcon,
137137
S3Icon,
138-
SQSIcon,
139-
STTIcon,
140138
SalesforceIcon,
141139
SearchIcon,
142140
SendgridIcon,
@@ -148,17 +146,19 @@ import {
148146
SimilarwebIcon,
149147
SlackIcon,
150148
SmtpIcon,
149+
SQSIcon,
151150
SshIcon,
151+
STTIcon,
152152
StagehandIcon,
153153
StripeIcon,
154154
SupabaseIcon,
155-
TTSIcon,
156155
TavilyIcon,
157156
TelegramIcon,
158157
TextractIcon,
159158
TinybirdIcon,
160159
TranslateIcon,
161160
TrelloIcon,
161+
TTSIcon,
162162
TwilioIcon,
163163
TypeformIcon,
164164
UpstashIcon,
@@ -170,11 +170,11 @@ import {
170170
WikipediaIcon,
171171
WordpressIcon,
172172
WorkdayIcon,
173+
xIcon,
173174
YouTubeIcon,
174175
ZendeskIcon,
175176
ZepIcon,
176177
ZoomIcon,
177-
xIcon,
178178
} from '@/components/icons'
179179

180180
type IconComponent = ComponentType<SVGProps<SVGSVGElement>>

0 commit comments

Comments
 (0)