forked from jsnbuchanan/crowd-funder-for-time-pwa
fix cropping problem where long images go off the screen
This commit is contained in:
@@ -165,12 +165,6 @@ export default class SharedPhotoView extends Vue {
|
||||
);
|
||||
formData.append("claimType", imageType);
|
||||
|
||||
console.log(
|
||||
"Sending image to server",
|
||||
formData,
|
||||
headers,
|
||||
DEFAULT_IMAGE_API_SERVER + "/image",
|
||||
);
|
||||
const response = await axios.post(
|
||||
DEFAULT_IMAGE_API_SERVER + "/image",
|
||||
formData,
|
||||
|
||||
Reference in New Issue
Block a user