From d096558c8c3b93b9dd36d64103c220b03a616909 Mon Sep 17 00:00:00 2001 From: Theodore Li Date: Mon, 27 Jul 2026 10:35:05 -0700 Subject: [PATCH] improvement(pii): clarify custom regex replacement placeholder --- apps/sim/components/pii/custom-patterns-editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sim/components/pii/custom-patterns-editor.tsx b/apps/sim/components/pii/custom-patterns-editor.tsx index b383fa4380d..23ba59f658e 100644 --- a/apps/sim/components/pii/custom-patterns-editor.tsx +++ b/apps/sim/components/pii/custom-patterns-editor.tsx @@ -56,7 +56,7 @@ export function CustomPatternsEditor({ patterns, onChange }: CustomPatternsEdito className='flex-1' /> updateRow(index, { replacement: e.target.value })} className='w-[26%]'