This commit is contained in:
2024-10-08 16:08:30 +02:00
parent 2cbc30de6f
commit ca15cfbd0b
2 changed files with 30 additions and 10 deletions

View File

@@ -570,7 +570,9 @@ export const useDataStore = defineStore('data', () => {
let oldVal = prop.data.o || "-"
let newVal = prop.data.n || "-"
/*console.log(key)
console.log(oldVal)
console.log(newVal)*/
if(key === "project") {
name = "Projekt"