Skip to content

Commit 9ab2d20

Browse files
authored
add isPrefilled arg (#726)
use the isPrefilled functionality of UniqueNameInput
1 parent ced8a99 commit 9ab2d20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/dialogs/commons/prefilled-name-input.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export default function PrefilledNameInput({ label, name, elementType }: Readonl
5757
activeDirectory={activeDirectory}
5858
autoFocus={!caseFile}
5959
onManualChangeCallback={() => setModifiedByUser(true)}
60+
isPrefilled
6061
/>
6162
);
6263
}

0 commit comments

Comments
 (0)