From aa4fa6994fbee45c027ae8a7ed9f40ffc270dde7 Mon Sep 17 00:00:00 2001 From: cPecican Date: Wed, 13 Sep 2023 10:23:20 +0300 Subject: [PATCH] SVY-18496 courasel foundset - update --- .../bootstrapextracomponents/src/carousel/carousel.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bootstrapextracomponents/projects/bootstrapextracomponents/src/carousel/carousel.ts b/bootstrapextracomponents/projects/bootstrapextracomponents/src/carousel/carousel.ts index 18a13d2..878cbbe 100644 --- a/bootstrapextracomponents/projects/bootstrapextracomponents/src/carousel/carousel.ts +++ b/bootstrapextracomponents/projects/bootstrapextracomponents/src/carousel/carousel.ts @@ -31,6 +31,7 @@ export class ServoyBootstrapExtraCarousel extends ServoyBaseComponent; + foundsetID: number; loadingImage = 'bootstrapextracomponents/carousel/resources/loading.gif'; missingImage = 'bootstrapextracomponents/carousel/resources/missing.png'; @@ -46,7 +47,7 @@ export class ServoyBootstrapExtraCarousel extends ServoyBaseComponent