From b0e0b61527a0d3d4c46a6cb0cffcca70797712b5 Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Tue, 9 Nov 2021 15:48:04 +0000 Subject: [PATCH] Add comment to client rows API --- packages/client/src/api/rows.js | 2 ++ 1 file changed, 2 insertions(+) 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)) {