Property Name Updated
This commit is contained in:
parent
3dde20151b
commit
130834141e
|
|
@ -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;
|
||||
},
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue