fix ci?
This commit is contained in:
@@ -426,7 +426,7 @@ function initNewChoice(select: HTMLInputElement) {
|
|||||||
return `Nur ${maxItemCount} Ruderer können hinzugefügt werden`;
|
return `Nur ${maxItemCount} Ruderer können hinzugefügt werden`;
|
||||||
},
|
},
|
||||||
callbackOnInit: function (this: Choices) {
|
callbackOnInit: function (this: Choices) {
|
||||||
const items = this.getValue(); // Get all selected items
|
const items = this.getValue(true); // Get all selected items
|
||||||
const itemsArray = Array.isArray(items) ? items : [items];
|
const itemsArray = Array.isArray(items) ? items : [items];
|
||||||
itemsArray.forEach((obj: any) => {
|
itemsArray.forEach((obj: any) => {
|
||||||
if (boat_in_ottensheim && obj.customProperties) {
|
if (boat_in_ottensheim && obj.customProperties) {
|
||||||
|
|||||||
Reference in New Issue
Block a user