Some minor bug fixes

This commit is contained in:
2026-08-25 18:37:42 +02:00
parent 46d4702471
commit 0d4b159ab3
17 changed files with 42 additions and 49 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ export default {
project: this
};
},
inject: ['api', 'lang', 'hash', 'projects', 'user', 'consts', 'isMobile'],
inject: ['api', 'lang', 'hash', 'projects', 'consts', 'isMobile'],
mounted() {
//Starts default project init() through watcher
if(this.hash.items.length == 0) {