diff --git a/packages/client/src/api/rows.js b/packages/client/src/api/rows.js index acd083454d..aca817dc8e 100644 --- a/packages/client/src/api/rows.js +++ b/packages/client/src/api/rows.js @@ -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)) {