Tidy up
This commit is contained in:
parent
4c70959327
commit
d2bc4d8fdc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue