This commit is contained in:
2024-03-01 22:48:03 +01:00
parent 3924fd79d2
commit b4b70d8e7c
10 changed files with 420 additions and 693 deletions

View File

@@ -81,7 +81,7 @@ const addHistoryItem = async () => {
const {data,error} = await supabase
.from("historyitems")
.insert([addHistoryItemData.value])
.insert([{...addHistoryItemData.value, tenant: dataStore.currentTenant}])
.select()
if(error) {