Skip to content

Commit

Permalink
update name & TODO description
Browse files Browse the repository at this point in the history
  • Loading branch information
namnguyen20999 committed Aug 5, 2024
2 parents bdfe63b + 698fa36 commit 687a66a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ describe("PaginatedTable Component", () => {
col: "int",
index: 1,
reason: "click",
value: undefined,
value: undefined
},
type: "SEND_ACTION_ACTION",
});
Expand Down Expand Up @@ -692,7 +692,7 @@ describe("PaginatedTable Component", () => {
col: "Code",
index: 0,
reason: "button",
value: "button action",
value: "button action"
},
type: "SEND_ACTION_ACTION",
});
Expand Down
2 changes: 1 addition & 1 deletion frontend/taipy-gui/src/components/Taipy/PaginatedTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ const PaginatedTable = (props: TaipyPaginatedTableProps) => {
module,
compare,
onCompare,
userData,
userData
]);

const onSort = useCallback(
Expand Down

0 comments on commit 687a66a

Please sign in to comment.