{(() => {
- switch (selectedProductCatalogue) {
+ switch (selectedProductCatalogue?.ConfigName) {
case 'Catalogue 1':
return
;
case 'Catalogue 2':
@@ -3916,13 +3086,14 @@ font-weight:600;
color="901D77"
icon={
}
htmlType={true}
- handleSubmit={() => Print('Catlog')}
+ // handleSubmit={() => Print('Catlog')}
+ handleSubmit={() => postCatalogueData()}
disabled={
(data?.length == 0 || selectedProductCatalogue == undefined) &&
addnewAccess
}
/>
-
+ {/*

- {/*
![]()
*/}

- {/*
*/}
- {/*
-
*/}
-
+
*/}
>
);