Minnor changes and fix invitation logic
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user