applied reps documents naming conventions
This commit is contained in:
@@ -31,8 +31,11 @@ const RepAgent = (props) => {
|
||||
setRepresentationCapacity,
|
||||
setRepresentationSubmit,
|
||||
currentView,
|
||||
setRepFileName,
|
||||
} = props;
|
||||
const { acceptedFiles, getRootProps, getInputProps } = useDropzone();
|
||||
setRepFileName(formObj.representationForm.values);
|
||||
|
||||
const files = acceptedFiles.map((file) => (
|
||||
<li key={file.path}>
|
||||
{file.path} - {file.size} bytes
|
||||
@@ -138,6 +141,7 @@ const RepAgent = (props) => {
|
||||
containerID={
|
||||
props.props.props.accountDetails.containerID
|
||||
}
|
||||
filenamePrefix={props}
|
||||
/>
|
||||
</div>
|
||||
{props.currentView.caseReference.hasOwnProperty(
|
||||
|
||||
Reference in New Issue
Block a user