Skip to content

Commit

Permalink
Fixed png mime type #2410.
Browse files Browse the repository at this point in the history
  • Loading branch information
knirirr committed Oct 3, 2024
1 parent fae2922 commit 92b8695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor/Organisations/LinkOverlay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
:rules="[rules.isImage(), imageSizeCorrect]"
clearable
:loading="logoLoading"
accept="images/png,image/jpeg"
accept="image/png,image/jpeg"
label="Organisation Logo"
prepend-icon="fa-image"
/>
Expand Down

0 comments on commit 92b8695

Please sign in to comment.