Skip to content

Commit

Permalink
fix: rowValue 기본 값 사용하지 않기 때문에 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene028 committed Nov 9, 2024
1 parent 41da78e commit 3f998a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/wow-ui/src/components/Table/TableContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export const useTableContext = () => {
handleRowCheckboxChange: () => {},
handleHeaderCheckboxChange: () => {},
setRowValues: () => {},
rowValue: 0,
};
else {
return context;
Expand Down

0 comments on commit 3f998a8

Please sign in to comment.