Merge pull request #3035 from ClassicOldSong/main

Fix frontend stops responding when backend throws error
This commit is contained in:
Timothy Jaeryang Baek 2024-06-11 09:52:26 -07:00 committed by GitHub
commit 8ffd8c3505
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -152,6 +152,7 @@
toast.error(error);
// opts.callback({ success: false, error, modelName: opts.modelName });
break;
}
}