1
0
Fork 0
mirror of synced 2024-09-10 22:46:09 +12:00
This commit is contained in:
Andrew Kingston 2023-02-28 14:53:31 +00:00
parent 4c70959327
commit d2bc4d8fdc

View file

@ -144,7 +144,7 @@ export const createRowsStore = context => {
paginate: false,
})
if (res?.rows?.[0]) {
newRow = res?.rows?.[0]
newRow = res.rows[0]
}
// Update state again with this row