Pārlūkot izejas kodu

Fixed issue with frontend config

Kristian Vos 3 gadi atpakaļ
vecāks
revīzija
c1ce912236
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      frontend/src/main.js

+ 1 - 1
frontend/src/main.js

@@ -9,7 +9,7 @@ import store from "./store";
 
 import AppComponent from "./App.vue";
 
-const REQUIRED_CONFIG_VERSION = 5;
+const REQUIRED_CONFIG_VERSION = 6;
 
 const handleMetadata = attrs => {
 	document.title = `Musare | ${attrs.title}`;