From d3cf3e4d5eec8bc7b46c568910f7a49eab2b12cb Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 26 Apr 2025 23:56:43 +0000 Subject: fix(web): Hide smart lists from list selectors --- apps/web/components/dashboard/lists/MergeListModal.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/web/components/dashboard/lists') diff --git a/apps/web/components/dashboard/lists/MergeListModal.tsx b/apps/web/components/dashboard/lists/MergeListModal.tsx index a6b23971..0b7d362a 100644 --- a/apps/web/components/dashboard/lists/MergeListModal.tsx +++ b/apps/web/components/dashboard/lists/MergeListModal.tsx @@ -170,6 +170,7 @@ export function MergeListModal({ value={field.value} onChange={field.onChange} placeholder={t("lists.no_destination")} + listTypes={["manual"]} />