فهرست منبع

fix(MainHeader): changeNightmode not a function

Owen Diffey 3 سال پیش
والد
کامیت
f04d00cc4a
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      frontend/src/components/layout/MainHeader.vue

+ 2 - 1
frontend/src/components/layout/MainHeader.vue

@@ -168,7 +168,8 @@ export default {
 			this.windowWidth = window.innerWidth;
 			this.windowWidth = window.innerWidth;
 		},
 		},
 		...mapActions("modalVisibility", ["openModal"]),
 		...mapActions("modalVisibility", ["openModal"]),
-		...mapActions("user/auth", ["logout"])
+		...mapActions("user/auth", ["logout"]),
+		...mapActions("user/preferences", ["changeNightmode"])
 	}
 	}
 };
 };
 </script>
 </script>