added in options for uploadstream for rep pdfs

This commit is contained in:
2024-11-14 14:33:19 +00:00
parent 379f238552
commit 61e645c963
11 changed files with 66 additions and 41 deletions
@@ -361,7 +361,7 @@ export const RenderLPACondtionalRadioList = ({
}) => {
const required = (value) => (value ? undefined : "Required");
console.log(error);
//console.log(error);
return (
<>
@@ -463,7 +463,7 @@ export const RenderPickList = ({
errorMsg,
...custom
}) => {
console.log(custom.disabled);
// console.log(custom.disabled);
let { t } = useTranslation();
return (