From 363140ff8e8033cacaa56505a014163f3eb3c4e8 Mon Sep 17 00:00:00 2001 From: Mert Sincan Date: Thu, 21 Nov 2024 18:28:49 +0000 Subject: [PATCH] Refactor #6826 - For AppConfig --- apps/showcase/components/layout/AppConfigurator.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/showcase/components/layout/AppConfigurator.vue b/apps/showcase/components/layout/AppConfigurator.vue index 530f7f898..3764de098 100755 --- a/apps/showcase/components/layout/AppConfigurator.vue +++ b/apps/showcase/components/layout/AppConfigurator.vue @@ -317,7 +317,7 @@ export default { }, onRTLChange(value) { if (!document.startViewTransition) { - this.toggleRTL(); + this.toggleRTL(value); return; }