Skip to content

Commit

Permalink
Add todo comment to refactor useResetTableRowSelection
Browse files Browse the repository at this point in the history
  • Loading branch information
samyakpiya committed Jan 8, 2025
1 parent 6fa35a8 commit dc9131c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ export const PageChangeEffect = () => {

const eventTracker = useEventTracker();

//TODO: refactor useResetTableRowSelection hook to not throw when the argument `recordTableId` is an empty string
// - replace CoreObjectNamePlural.Person
const objectNamePlural =
useParams().objectNamePlural ?? CoreObjectNamePlural.Person;

Expand Down

0 comments on commit dc9131c

Please sign in to comment.