1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

Add comment to client rows API

This commit is contained in:
Andrew Kingston 2021-11-09 15:48:04 +00:00
parent 4690ae827c
commit 0456f1ef2c

View file

@ -107,6 +107,8 @@ export const deleteRows = async ({ tableId, rows }) => {
/**
* Enriches rows which contain certain field types so that they can
* be properly displayed.
* The ability to create these bindings has been removed, but they will still
* exist in client apps to support backwards compatibility.
*/
export const enrichRows = async (rows, tableId) => {
if (!Array.isArray(rows)) {