product_name
This commit is contained in:
@@ -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 ?
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user