Commit 4258dfd2eace6ff3b0cf1cd77dfdf7058d753575
1 parent
3bc28b5e
fix: DEFECT-535 on upload image not cancel loading
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -81,7 +81,7 @@ | @@ -81,7 +81,7 @@ | ||
81 | const response = await upload(formData); | 81 | const response = await upload(formData); |
82 | if (response.fileStaticUri) { | 82 | if (response.fileStaticUri) { |
83 | tenantLogo.value = response.fileStaticUri; | 83 | tenantLogo.value = response.fileStaticUri; |
84 | - loading.value = true; | 84 | + loading.value = false; |
85 | } | 85 | } |
86 | } | 86 | } |
87 | } | 87 | } |