Minnor changes and fix invitation logic

This commit is contained in:
Adolfo Reyna
2023-07-07 09:45:40 -04:00
parent 0b477ba38e
commit ad39608e2a
4 changed files with 32 additions and 6 deletions

View File

@@ -89,7 +89,7 @@ let NewPostView = (props) => {
} catch (err) {
console.log(err);
alert("Something went wrong");
alert("Something went wrong uploading the photo.");
}
});
uploadedFiles = Promise.all(allUploads);