Skip to content

Commit

Permalink
Merge pull request #2 from craft-cloud/main
Browse files Browse the repository at this point in the history
Merge from CraftCloud
  • Loading branch information
bracketsdigital authored May 13, 2023
2 parents 9c2e113 + 42ef4b8 commit 5e4b3ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/components/IndexField.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div v-if="field.imageOnly && field.value">
<ImageDisplay :src="field.value" :showClearButton="false" />
<img :src="field.value" style="max-width: 32px;" />
</div>

<div v-else>
Expand Down

0 comments on commit 5e4b3ae

Please sign in to comment.