Skip to content

Commit

Permalink
fix(core): fix undefined value in carousel name
Browse files Browse the repository at this point in the history
  • Loading branch information
rndlaine committed Mar 12, 2019
1 parent e58d9fc commit 6f68875
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/builtin/src/content-types/carousel.js
Expand Up @@ -108,7 +108,6 @@ module.exports = {
...base.typingIndicators
}
},

computePreviewText: formData => `Carousel: ${formData.length}`,
computePreviewText: formData => `Carousel: (${formData.items.length}) ${formData.items[0].title}`,
renderElement: renderElement
}

0 comments on commit 6f68875

Please sign in to comment.