From 411fecb51743212f3490eb29d3481739b267ef30 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 2 Sep 2024 15:59:14 +0300 Subject: [PATCH] Fixed warning --- src/components/FloatingConfigurator.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FloatingConfigurator.vue b/src/components/FloatingConfigurator.vue index 1dd31d1..4aea782 100644 --- a/src/components/FloatingConfigurator.vue +++ b/src/components/FloatingConfigurator.vue @@ -7,7 +7,7 @@ const { toggleDarkMode, isDarkTheme } = useLayout();