Commit 14790b33 by Ryo Committed by GitHub

fix: keep title empty (#6505)

parent 410cb30c
...@@ -188,7 +188,7 @@ export const useApiDatasetRequest = ({ apiServer }: { apiServer: APIFileServer } ...@@ -188,7 +188,7 @@ export const useApiDatasetRequest = ({ apiServer }: { apiServer: APIFileServer }
}); });
return { return {
title: sourceName, title,
rawText rawText
}; };
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment