Browse Source

update name & TODO description

namnguyen 9 months ago
parent
commit
687a66a212

+ 2 - 2
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",
         });

+ 1 - 1
frontend/taipy-gui/src/components/Taipy/PaginatedTable.tsx

@@ -293,7 +293,7 @@ const PaginatedTable = (props: TaipyPaginatedTableProps) => {
         module,
         compare,
         onCompare,
-        userData,
+        userData
     ]);
 
     const onSort = useCallback(