Skip to content

Commit 2edc7ce

Browse files
committed
fix: Bad mixpanel config arising from env
1 parent 3dfc817 commit 2edc7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/client/src/ce/configs/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export const getAppsmithConfigs = (): AppsmithUIConfigs => {
213213
apiKey: googleRecaptchaSiteKey.value,
214214
},
215215
mixpanel: {
216-
enabled: segment.enabled,
216+
enabled: segment.enabled && mixpanel.enabled,
217217
apiKey: mixpanel.value,
218218
},
219219
cloudHosting:

0 commit comments

Comments
 (0)