lots more changes

This commit is contained in:
subnub
2024-06-27 02:10:03 -04:00
parent b2494a25bc
commit 99201318b5
18 changed files with 339 additions and 334 deletions
+1
View File
@@ -22,6 +22,7 @@ export const getCancelToken = (id: string) => {
export const cancelAllFileUploads = () => {
for (const key in cancelTokens) {
cancelTokens[key].cancel();
delete cancelTokens[key];
}
};