mirror of
https://github.com/labring/FastGPT.git
synced 2026-03-26 01:02:28 +08:00
fix: keep title empty (#6505)
This commit is contained in:
@@ -188,7 +188,7 @@ export const useApiDatasetRequest = ({ apiServer }: { apiServer: APIFileServer }
|
||||
});
|
||||
|
||||
return {
|
||||
title: sourceName,
|
||||
title,
|
||||
rawText
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user