update deps, fix ci #1134
@@ -426,7 +426,9 @@ 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) {
|
||||||
this._currentState.items.forEach(function (obj: any) {
|
const items = this.getValue(); // Get all selected items
|
||||||
|
const itemsArray = Array.isArray(items) ? items : [items];
|
||||||
|
itemsArray.forEach((obj: any) => {
|
||||||
if (boat_in_ottensheim && obj.customProperties) {
|
if (boat_in_ottensheim && obj.customProperties) {
|
||||||
if (obj.customProperties.is_racing) {
|
if (obj.customProperties.is_racing) {
|
||||||
const coxSelect = <HTMLSelectElement>(
|
const coxSelect = <HTMLSelectElement>(
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
"autoprefixer": "^10.4.21",
|
"autoprefixer": "^10.4.21",
|
||||||
"postcss": "^8.5.6",
|
"postcss": "^8.5.6",
|
||||||
"sass": "^1.93.2",
|
"sass": "^1.93.2",
|
||||||
"tailwindcss": "^4.1.14",
|
"tailwindcss": "^3.4.18",
|
||||||
"typescript": "^5.9.3",
|
"typescript": "^5.9.3",
|
||||||
"vite": "^7.1.7",
|
"vite": "^7.1.7",
|
||||||
"vite-plugin-static-copy": "^3.1.3"
|
"vite-plugin-static-copy": "^3.1.3"
|
||||||
|
Reference in New Issue
Block a user