Commit 4258dfd2eace6ff3b0cf1cd77dfdf7058d753575

Authored by ww
1 parent 3bc28b5e

fix: DEFECT-535 on upload image not cancel loading

... ... @@ -81,7 +81,7 @@
81 81 const response = await upload(formData);
82 82 if (response.fileStaticUri) {
83 83 tenantLogo.value = response.fileStaticUri;
84   - loading.value = true;
  84 + loading.value = false;
85 85 }
86 86 }
87 87 }
... ...