product_name
This commit is contained in:
@@ -22,9 +22,11 @@ export default function ProductFactory(){
|
|||||||
|
|
||||||
const myproduct_data = data?.data?.myproduct_data
|
const myproduct_data = data?.data?.myproduct_data
|
||||||
|
|
||||||
|
const product_name = myproduct_data?.product_name;
|
||||||
|
|
||||||
return(
|
return(
|
||||||
<>
|
<>
|
||||||
<BreadcrumbComBS title='Name of the Product Here' paths={['Dashboard', 'Product']} />
|
<BreadcrumbComBS title={product_name} paths={['Dashboard', 'Product']} />
|
||||||
<div className="row">
|
<div className="row">
|
||||||
{isFetching ?
|
{isFetching ?
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user