Skip to content

Commit

Permalink
Merge branch 'dev' into extraneous_required_2314
Browse files Browse the repository at this point in the history
  • Loading branch information
knirirr committed Oct 8, 2024
2 parents 9ff849c + ffada9a commit fabb2f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion src/views/Organisations/Organisation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
:rules="[rules.isImage(), imageSizeCorrect]"
clearable
:loading="logoLoading"
accept="images/png,image/jpeg"
accept="image/png,image/jpeg"
label="Logo"
prepend-icon="fa-image"
/>
Expand Down

0 comments on commit fabb2f0

Please sign in to comment.