From 90edb6cf1bf6cf7fdc725bf277b5f3150d5d8279 Mon Sep 17 00:00:00 2001 From: Caroline Jeandat Date: Wed, 17 Sep 2025 18:22:06 +0200 Subject: [PATCH] add isPrefilled arg --- src/components/dialogs/commons/prefilled-name-input.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/dialogs/commons/prefilled-name-input.tsx b/src/components/dialogs/commons/prefilled-name-input.tsx index 3dd0a33d0..c91063fe2 100644 --- a/src/components/dialogs/commons/prefilled-name-input.tsx +++ b/src/components/dialogs/commons/prefilled-name-input.tsx @@ -57,6 +57,7 @@ export default function PrefilledNameInput({ label, name, elementType }: Readonl activeDirectory={activeDirectory} autoFocus={!caseFile} onManualChangeCallback={() => setModifiedByUser(true)} + isPrefilled /> ); }