fix cropping problem where long images go off the screen

This commit is contained in:
2024-05-12 12:39:16 -06:00
parent 6af239378c
commit 6c28828c0a
2 changed files with 5 additions and 9 deletions

View File

@@ -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,