From c093f9d1913c172022c55cc357914bd1bfedbca6 Mon Sep 17 00:00:00 2001 From: flfeders Date: Thu, 21 Nov 2024 21:28:29 +0100 Subject: [PATCH] Some Changes --- stores/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stores/data.js b/stores/data.js index 7fdf1db..483128e 100644 --- a/stores/data.js +++ b/stores/data.js @@ -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) + ')') }