We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced8a99 commit 9ab2d20Copy full SHA for 9ab2d20
src/components/dialogs/commons/prefilled-name-input.tsx
@@ -57,6 +57,7 @@ export default function PrefilledNameInput({ label, name, elementType }: Readonl
57
activeDirectory={activeDirectory}
58
autoFocus={!caseFile}
59
onManualChangeCallback={() => setModifiedByUser(true)}
60
+ isPrefilled
61
/>
62
);
63
}
0 commit comments