aboutsummaryrefslogtreecommitdiff
path: root/src/components/image_cropper/image_cropper.vue
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2020-12-16 16:51:03 +0000
committerShpuld Shpludson <shp@cock.li>2020-12-16 16:51:03 +0000
commit466fc84e8223b83d4da2f6a805041e78e3701447 (patch)
treeac0d8bba431e02833793579055e874ed369fbe93 /src/components/image_cropper/image_cropper.vue
parent34c65e3bcf12c0f114ad657d8a67825a3b74388a (diff)
parentfc4a17aa8ca21ae2f1b82a4d0153605c6c7bbb51 (diff)
Merge branch 'fix/fix-error-handling-in-profile-tab' into 'develop'
fix #1020 fix error handling in profile tab Closes #1020 See merge request pleroma/pleroma-fe!1299
Diffstat (limited to 'src/components/image_cropper/image_cropper.vue')
-rw-r--r--src/components/image_cropper/image_cropper.vue11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/components/image_cropper/image_cropper.vue b/src/components/image_cropper/image_cropper.vue
index 448461b4..8c48a387 100644
--- a/src/components/image_cropper/image_cropper.vue
+++ b/src/components/image_cropper/image_cropper.vue
@@ -37,17 +37,6 @@
icon="circle-notch"
/>
</div>
- <div
- v-if="submitError"
- class="alert error"
- >
- {{ submitErrorMsg }}
- <FAIcon
- class="fa-scale-110 fa-old-padding"
- icon="times"
- @click="clearError"
- />
- </div>
</div>
<input
ref="input"