diff --git a/frontend/taipy-gui/src/components/Taipy/PaginatedTable.spec.tsx b/frontend/taipy-gui/src/components/Taipy/PaginatedTable.spec.tsx index 9cada57bad..3587568fe6 100644 --- a/frontend/taipy-gui/src/components/Taipy/PaginatedTable.spec.tsx +++ b/frontend/taipy-gui/src/components/Taipy/PaginatedTable.spec.tsx @@ -655,7 +655,7 @@ describe("PaginatedTable Component", () => { col: "int", index: 1, reason: "click", - value: undefined, + value: undefined }, type: "SEND_ACTION_ACTION", }); @@ -692,7 +692,7 @@ describe("PaginatedTable Component", () => { col: "Code", index: 0, reason: "button", - value: "button action", + value: "button action" }, type: "SEND_ACTION_ACTION", }); diff --git a/frontend/taipy-gui/src/components/Taipy/PaginatedTable.tsx b/frontend/taipy-gui/src/components/Taipy/PaginatedTable.tsx index a26e4e0cff..2400831257 100644 --- a/frontend/taipy-gui/src/components/Taipy/PaginatedTable.tsx +++ b/frontend/taipy-gui/src/components/Taipy/PaginatedTable.tsx @@ -293,7 +293,7 @@ const PaginatedTable = (props: TaipyPaginatedTableProps) => { module, compare, onCompare, - userData, + userData ]); const onSort = useCallback(