Merge pull request #280 from SuanmoSuanyangTechnology/fix/release_web_zy

fix(web): prompt history remove pageLoading
This commit is contained in:
yingzhao
2026-02-03 10:32:02 +08:00
committed by GitHub
3 changed files with 8 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ const History: React.FC<{ query: HistoryQuery; edit: (item: HistoryItem) => void
url={getPromptReleaseListUrl}
query={query}
column={3}
needLoading={false}
renderItem={(item) => {
const historyItem = item as unknown as HistoryItem;
return (