fix: add worker button do not work

This commit is contained in:
jialin
2025-12-18 10:56:45 +08:00
parent e4bd753355
commit b524587a9a
10 changed files with 62 additions and 26 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ const Models: React.FC = () => {
search: search,
categories: categories
};
chunkRequedtRef.current = setChunkRequest({
chunkRequedtRef.current = await setChunkRequest({
url: `${MODELS_API}?${qs.stringify(_.pickBy(query, (val: any) => !!val))}`,
handler: updateHandler
});