This commit is contained in:
Andrew Kingston 2023-02-28 14:53:31 +00:00
parent 4c70959327
commit d2bc4d8fdc
1 changed files with 1 additions and 1 deletions

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