Skip to content

Commit

Permalink
Fix png image upload. #2387
Browse files Browse the repository at this point in the history
  • Loading branch information
knirirr committed Sep 16, 2024
1 parent 0dde57c commit f49c5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor/GeneralInformation/BaseFields.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
v-model="recordLogo"
:rules="[rules.isImage(), imageSizeCorrect]"
clearable
accept="images/png,image/jpeg"
accept="image/png,image/jpeg"
label="Logo"
:loading="logoLoading"
prepend-icon="fa-image"
Expand Down

0 comments on commit f49c5c9

Please sign in to comment.