This commit is contained in:
CarlNation 2023-04-26 09:41:13 -04:00
parent cc56290798
commit 81e8f7dd75

View file

@ -264,7 +264,7 @@ export default {
var eventLabel = "";
//build comma separated list of all items in button list that we are going to display on page
this.answers.forEach((item) => {
if (item.Name){
if (item.Name) {
eventLabel += item.Name + ",";
}
if (item.buttonLabel) {