forked from trent_larson/crowd-funder-for-time-pwa
add a share_target for people to add a photo
This commit is contained in:
@@ -330,7 +330,7 @@ export default class GiftedPhotoDialog extends Vue {
|
||||
this.uploading = false;
|
||||
return;
|
||||
}
|
||||
formData.append("image", this.blob, "snapshot.png"); // png is set in snapshot()
|
||||
formData.append("image", this.blob, "snapshot.png");
|
||||
formData.append("claimType", this.claimType);
|
||||
try {
|
||||
const response = await axios.post(
|
||||
|
||||
Reference in New Issue
Block a user