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 /> ); }