product_name

This commit is contained in:
CHIEFSOFT\ameye
2024-12-15 19:46:36 -05:00
parent 530631dac2
commit 7bcd2bd05a
+3 -1
View File
@@ -22,9 +22,11 @@ export default function ProductFactory(){
const myproduct_data = data?.data?.myproduct_data
const product_name = myproduct_data?.product_name;
return(
<>
<BreadcrumbComBS title='Name of the Product Here' paths={['Dashboard', 'Product']} />
<BreadcrumbComBS title={product_name} paths={['Dashboard', 'Product']} />
<div className="row">
{isFetching ?
<>