1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

fixes row updating problem in grid component

This commit is contained in:
Keviin Åberg Kultalahti 2021-01-26 12:03:29 +01:00
parent b7006e097c
commit a7de7457d2

View file

@ -137,8 +137,7 @@
}
const updateRow = async row => {
const schema = (await API.fetchTableDefinition(row.tableId)).schema
await API.updateRow(schema, { data: row })
await API.updateRow(row)
}
const deleteRows = async () => {