From 1de7a6fb33ae88a28a212b71c5a4181d55cb7f7b Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Wed, 1 Oct 2025 22:53:59 +0200 Subject: [PATCH] fix ci? --- frontend/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/main.ts b/frontend/main.ts index f393d48..fc6d425 100644 --- a/frontend/main.ts +++ b/frontend/main.ts @@ -426,7 +426,7 @@ function initNewChoice(select: HTMLInputElement) { return `Nur ${maxItemCount} Ruderer können hinzugefügt werden`; }, 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]; itemsArray.forEach((obj: any) => { if (boat_in_ottensheim && obj.customProperties) {