chore: set image raw size to form

This commit is contained in:
jialin
2025-01-18 16:03:48 +08:00
parent 47ced11e03
commit 82e8c01b95
5 changed files with 99 additions and 22 deletions
-4
View File
@@ -148,10 +148,6 @@ const Models: React.FC = () => {
const updateInstanceHandler = (list: any) => {
setModelInstances(list);
window.postMessage(
{ type: INSTANCE_SYNC, data: list },
window.location.origin
);
};
const createModelsChunkRequest = useCallback(async () => {