mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-18 17:51:24 +00:00
fix: system title (#3522)
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user