Property Name Updated

This commit is contained in:
Devansh 2022-04-06 13:06:36 +05:30
parent 3dde20151b
commit 130834141e
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class ProductDataGrid extends DataGrid
return "<a href='" . route('shop.productOrCategory.index', $row->url_key) . "' target='_blank'>" . $row->product_name . "</a>";
}
return $row->url_key;
return $row->product_name;
},
]);