fix image input clear (#485)

This commit is contained in:
Chirag Chhatrala
2024-07-15 13:37:00 +05:30
committed by GitHub
parent 11f99df98f
commit 08171adc56

View File

@@ -213,7 +213,7 @@ export default {
methods: { methods: {
clearUrl() { clearUrl() {
this.form[this.name] = null this.compVal = null
}, },
onUploadDragoverEvent() { onUploadDragoverEvent() {
this.uploadDragoverEvent = true this.uploadDragoverEvent = true