Some Changes

This commit is contained in:
2024-11-21 21:28:29 +01:00
parent 60658a2ef9
commit c093f9d191

View File

@@ -861,7 +861,7 @@ export const useDataStore = defineStore('data', () => {
//console.log(supabaseData)
await generateHistoryItems(dataType, supabaseData[0])
if(!["statementallocations", "productcategories"].includes(dataType) ){
if(!["statementallocations", "productcategories", "projecttypes"].includes(dataType) ){
await eval( dataType + '.value.push(' + JSON.stringify(...supabaseData) + ')')
}