We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6781ebe commit f4ee26dCopy full SHA for f4ee26d
src/crud/components/ImageContainer.vue
@@ -38,7 +38,7 @@
38
'imageContainer'
39
]),
40
image() {
41
- return this.filesPath + this.imageContainer.item.path + '/' + this.imageContainer.item.filename
+ return this.imageContainer.show ? this.filesPath + this.imageContainer.item.path + '/' + this.imageContainer.item.filename : ''
42
}
43
},
44
filters: {
0 commit comments