Add comment to client rows API

This commit is contained in:
Andrew Kingston 2021-11-09 15:48:04 +00:00
parent 25f2109d1f
commit b0e0b61527
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,8 @@ export const deleteRows = async ({ tableId, rows }) => {
/** /**
* Enriches rows which contain certain field types so that they can * Enriches rows which contain certain field types so that they can
* be properly displayed. * 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) => { export const enrichRows = async (rows, tableId) => {
if (!Array.isArray(rows)) { if (!Array.isArray(rows)) {