Skip to content

Commit 8904c19

Browse files
product datagrid issue resolved
1 parent 1606d4b commit 8904c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/Webkul/Admin/src/DataGrids/Product/ProductDataGrid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class ProductDataGrid extends DataGrid
99
{
1010
protected $redirectRow = [
1111
"id" => "id",
12-
"route" => "admin.products.view",
12+
"route" => "admin.products.edit",
1313
];
1414

1515
public function prepareQueryBuilder()

0 commit comments

Comments
 (0)