Merge pull request #4025 from jaseelbavu/master

Fixed issue in image slider path
This commit is contained in:
Jitendra Singh 2020-10-08 13:58:24 +05:30 committed by GitHub
commit e4d5b7021e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ export default {
self.images.push({
'path': self.public_path + '/storage/' + slider.path,
'title' : slider.title,
'slider_path': slider.slider_path ? self.public_path+'/'+slider.slider_path : null
'slider_path': slider.slider_path ? slider.slider_path : null
});
self.content.push(slider.content);