From 8f28f0e75cced50e6e7c40fce72b0495c7fa143b Mon Sep 17 00:00:00 2001 From: Purusoth Thushyanthan Date: Wed, 3 Jul 2024 13:13:39 +0200 Subject: [PATCH] fix(boardtable): client component --- next-tavla/app/(admin)/boards/components/BoardTable/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/next-tavla/app/(admin)/boards/components/BoardTable/index.tsx b/next-tavla/app/(admin)/boards/components/BoardTable/index.tsx index 4b23369cb..d9c46eccd 100644 --- a/next-tavla/app/(admin)/boards/components/BoardTable/index.tsx +++ b/next-tavla/app/(admin)/boards/components/BoardTable/index.tsx @@ -1,3 +1,4 @@ +'use client' import { TableHeader } from 'app/(admin)/boards/components/TableHeader' import { TableRows } from 'app/(admin)/boards/components/TableRows' import { TBoardWithOrganizaion } from 'types/settings'