Skip to content

Commit

Permalink
Removing hint as an incoherent one
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtuGit committed Mar 15, 2021
1 parent 32626dd commit a83ccae
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions components/UI/ImageUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
label="Image file"
type="file"
accept="image/*"
:hint="hint"
:persistent-hint="!!hint"
@change="processImage"
></v-file-input>
</v-col>
Expand Down Expand Up @@ -53,15 +51,6 @@ export default {
imageDialogObj: null,
}
},
computed: {
hint() {
if (this.imageDialogObj) {
return ''
} else {
return 'Leave blank to get an image automatically'
}
},
},
watch: {
async imageExisted(newVal, oldVal) {
this.imageDialogURLTemp = newVal
Expand Down

0 comments on commit a83ccae

Please sign in to comment.