Changes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user