From af3a587acaf641007c410e61579eeefe4836e8d7 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Mon, 19 Jan 2026 00:29:47 +0000 Subject: fix(ui): Improve visual consistency in all lists and highlights page --- apps/web/components/dashboard/lists/EditListModal.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/web/components/dashboard/lists/EditListModal.tsx') diff --git a/apps/web/components/dashboard/lists/EditListModal.tsx b/apps/web/components/dashboard/lists/EditListModal.tsx index 4a14eccb..21a61d65 100644 --- a/apps/web/components/dashboard/lists/EditListModal.tsx +++ b/apps/web/components/dashboard/lists/EditListModal.tsx @@ -1,3 +1,5 @@ +"use client"; + import { useEffect, useMemo, useState } from "react"; import Link from "next/link"; import { useRouter } from "next/navigation"; -- cgit v1.2.3-70-g09d2