mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
fix: i18n display (#2429)
This commit is contained in:
@@ -241,7 +241,7 @@ const Dataset = () => {
|
||||
export async function getServerSideProps(content: any) {
|
||||
return {
|
||||
props: {
|
||||
...(await serviceSideProps(content, ['dataset']))
|
||||
...(await serviceSideProps(content, ['dataset', 'user']))
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user