Skip to content

Commit

Permalink
fix: system title (#3522)
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu authored Jan 3, 2025
1 parent f39ea04 commit fa92ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/app/src/web/common/system/staticData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const clientInitData = async (
useSystemStore.getState().initStaticData(res);

return {
feConfigs: res.feConfigs || {}
feConfigs: res.feConfigs || useSystemStore.getState().feConfigs || {}
};
} catch (error) {
if (retry > 0) {
Expand Down

0 comments on commit fa92ef8

Please sign in to comment.