added in options for uploadstream for rep pdfs
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user