mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-02 20:58:12 +00:00
4.8.10 test (#2401)
* perf: i18n * perf: i18n and img tip * perf: readme * perf: hide tool ai response * fix: copy app * fix: parse image url regx * perf: folder collection forbid update
This commit is contained in:
@@ -95,6 +95,10 @@ export async function getServerSideProps(context: any) {
|
||||
const datasetId = context?.query?.datasetId;
|
||||
|
||||
return {
|
||||
props: { currentTab, datasetId, ...(await serviceSideProps(context, ['dataset', 'file'])) }
|
||||
props: {
|
||||
currentTab,
|
||||
datasetId,
|
||||
...(await serviceSideProps(context, ['dataset', 'file', 'user']))
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user