From e02a286f92851b22c776110af4352aa37464a97c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Mon, 7 Sep 2020 11:23:04 +0300 Subject: [PATCH] Fixed: App screenshots not sorted by order value --- resources/assets/js/components/AkauntingCarousel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/js/components/AkauntingCarousel.vue b/resources/assets/js/components/AkauntingCarousel.vue index 5e95f2c08..2fc904cb0 100644 --- a/resources/assets/js/components/AkauntingCarousel.vue +++ b/resources/assets/js/components/AkauntingCarousel.vue @@ -65,7 +65,7 @@ export default { }, initial_index: { type: Number, - default: 1, + default: 0, description: "index of the initially active slide (starting from 0)" }, trigger: {