From 2c5657109e4d399fbf139aa10e4b0d2c3f9ed013 Mon Sep 17 00:00:00 2001 From: Mike Turley Date: Thu, 14 Sep 2023 11:08:04 -0400 Subject: [PATCH] WIP Signed-off-by: Mike Turley --- client/src/app/hooks/table-controls/DOCS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/hooks/table-controls/DOCS.md b/client/src/app/hooks/table-controls/DOCS.md index 964e7db841..46769e48fa 100644 --- a/client/src/app/hooks/table-controls/DOCS.md +++ b/client/src/app/hooks/table-controls/DOCS.md @@ -90,7 +90,7 @@ An item can be clicked to mark it as "active", which usually opens a drawer on t - Active row shorthand functions are provided by `getActiveRowDerivedState`. - A `useEffect` call which prevents invalid state after an item is deleted is provided by `useActiveRowEffects`. -⚠️ TECH DEBT NOTE: We may want to rename the "active row" feature and code to "active item" to be consistent about using "item" naming rather than "row" naming outside the rendering code (see [Item Objects, Not Row Objects](#item-objects-not-row-objects). +> ⚠️ TECH DEBT NOTE: We may want to rename the "active row" feature and code to "active item" to be consistent about using "item" naming rather than "row" naming outside the rendering code (see [Item Objects, Not Row Objects](#item-objects-not-row-objects)). ### Selection