From 3f998a8c07348d5c2f32f115e0bffef78423e8a4 Mon Sep 17 00:00:00 2001 From: Eugene Kim Date: Sat, 9 Nov 2024 17:38:40 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20rowValue=20=EA=B8=B0=EB=B3=B8=20?= =?UTF-8?q?=EA=B0=92=20=EC=82=AC=EC=9A=A9=ED=95=98=EC=A7=80=20=EC=95=8A?= =?UTF-8?q?=EA=B8=B0=20=EB=95=8C=EB=AC=B8=EC=97=90=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/wow-ui/src/components/Table/TableContext.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/wow-ui/src/components/Table/TableContext.ts b/packages/wow-ui/src/components/Table/TableContext.ts index 4ac80247..e8b7900c 100644 --- a/packages/wow-ui/src/components/Table/TableContext.ts +++ b/packages/wow-ui/src/components/Table/TableContext.ts @@ -23,7 +23,6 @@ export const useTableContext = () => { handleRowCheckboxChange: () => {}, handleHeaderCheckboxChange: () => {}, setRowValues: () => {}, - rowValue: 0, }; else { return context;