Added Entity Wiki
This commit is contained in:
@@ -857,6 +857,8 @@ export const useDataStore = defineStore('data', () => {
|
||||
label: "Aufgaben"
|
||||
},{
|
||||
label: "Dateien"
|
||||
},{
|
||||
label: "Wiki"
|
||||
}]
|
||||
},
|
||||
products: {
|
||||
@@ -975,7 +977,9 @@ export const useDataStore = defineStore('data', () => {
|
||||
],
|
||||
showTabs: [
|
||||
{
|
||||
label: "Informationen"
|
||||
label: "Informationen",
|
||||
},{
|
||||
label: "Wiki",
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user