Skip to content

Commit

Permalink
fix: welcome crash
Browse files Browse the repository at this point in the history
  • Loading branch information
wangkailang committed Oct 30, 2023
1 parent 089c0b3 commit 7a2e75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/datasheet/src/get_env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export const getEnvVars = () => {
HIDDEN_BUSINESS_SUPPORT_PROGRAM_MODAL: process.env.HIDDEN_BUSINESS_SUPPORT_PROGRAM_MODAL,
DEFAULT_TITLE_NAME: process.env.DEFAULT_TITLE_NAME,
IS_APITABLE: process.env.IS_APITABLE === 'true',
IS_AITABLE: process.env.IS_APITABLE === 'true',
IS_AITABLE: process.env.IS_AITABLE === 'true',
UNIT_LIST_TEAM_INFO_VISIBLE: process.env.UNIT_LIST_TEAM_INFO_VISIBLE === 'true',
WIDGET_CENTER_OFFICIAL_TIP_VISIBLE: process.env.WIDGET_CENTER_OFFICIAL_TIP_VISIBLE === 'true',
IS_ENTERPRISE: process.env.IS_ENTERPRISE === 'true',
Expand Down

0 comments on commit 7a2e75d

Please sign in to comment.