Base functionality with SDK44.

This commit is contained in:
Patrick Fic
2022-05-10 18:28:14 -07:00
parent a6d98f734e
commit 717b75a1b8
13 changed files with 4382 additions and 3632 deletions

View File

@@ -83,6 +83,7 @@ export const handleLocalUpload = async ({ ev, context }) => {
callbackAfterUpload();
}
} catch (error) {
console.log("Error uploading documents:", error);
console.log("Error uploading documents:", onError, error);
onError && onError(error);
}
};