Skip to content

Commit

Permalink
Merged in the internal labels for PNG only file inputs. Resolves #4.
Browse files Browse the repository at this point in the history
  • Loading branch information
marchantweb committed Oct 17, 2022
1 parent 87264be commit f67cd6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/Control.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
prepend-icon="mdi-file-upload"
showsize
@change="copyAsset"
label="Upload a PNG"
:messages="['Only PNG images are currently supported.']"
></v-file-input>

<!-- Card Description -->
Expand Down
3 changes: 2 additions & 1 deletion src/views/Preview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -268,11 +268,12 @@
accept=".png"
:clearable="false"
prepend-icon=""
label="Click to upload..."
label="Upload a PNG..."
@change="updateThumbnailAsset"
outlined
dense
class="card-img-input"
:messages="['Only PNG images are currently supported.']"
></v-file-input>
</v-col>
</v-row>
Expand Down

0 comments on commit f67cd6a

Please sign in to comment.