From 89061774de5896c22a7d85bfbc3a9b494602ec98 Mon Sep 17 00:00:00 2001 From: Peter Bastiani Date: Tue, 4 Mar 2025 08:52:38 +0100 Subject: [PATCH] AW-6716 Uploaden avatar geeft foutmelding Caused by BREAKING CHANGE: by default the output will be set to blob. Using blob instead of a base64 should decrease the memory usage. If you wish to keep using base64, simply add output="base64" to the tag. (https://github.com/Mawi137/ngx-image-cropper/releases/tag/7.0.0) --- .../components/edit-image-modal/edit-image-modal.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/common/src/fm/components/edit-image-modal/edit-image-modal.component.html b/projects/common/src/fm/components/edit-image-modal/edit-image-modal.component.html index ce6161b..8acf39b 100644 --- a/projects/common/src/fm/components/edit-image-modal/edit-image-modal.component.html +++ b/projects/common/src/fm/components/edit-image-modal/edit-image-modal.component.html @@ -11,7 +11,7 @@
No image selected
-