@mercurjs/admin 2.0.0-canary.99 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -378,7 +378,7 @@ var SellerProductSection = ({ sellerId }) => {
378
378
  columns,
379
379
  table,
380
380
  pagination: true,
381
- navigateTo: (row) => `/products/${row.id}`,
381
+ navigateTo: (row) => `/products/${row.original.id}`,
382
382
  filters,
383
383
  count,
384
384
  isLoading,
package/dist/index.js CHANGED
@@ -3921,7 +3921,7 @@ function getRouteMap({
3921
3921
  {
3922
3922
  path: ":id",
3923
3923
  lazy: async () => {
3924
- const { Breadcrumb } = await import("./seller-details-52PG56BK.js");
3924
+ const { Breadcrumb } = await import("./seller-details-P7LPJ2UD.js");
3925
3925
  return {
3926
3926
  Component: Outlet4,
3927
3927
  handle: {
@@ -3932,7 +3932,7 @@ function getRouteMap({
3932
3932
  children: [
3933
3933
  {
3934
3934
  path: "",
3935
- lazy: () => import("./seller-details-52PG56BK.js"),
3935
+ lazy: () => import("./seller-details-P7LPJ2UD.js"),
3936
3936
  children: [
3937
3937
  {
3938
3938
  path: "edit",
@@ -111,7 +111,7 @@ import {
111
111
  } from "../chunk-FIYO3KTR.js";
112
112
  import {
113
113
  SellerDetailPage
114
- } from "../chunk-N5XVXV47.js";
114
+ } from "../chunk-A26VSQNI.js";
115
115
  import {
116
116
  PayoutListPage
117
117
  } from "../chunk-G4MIA23Y.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  SellerDetailPage
3
- } from "./chunk-N5XVXV47.js";
3
+ } from "./chunk-A26VSQNI.js";
4
4
  import "./chunk-BPTVQM72.js";
5
5
  import "./chunk-DBYUB2YI.js";
6
6
  import "./chunk-NOWUEJ74.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mercurjs/admin",
3
- "version": "2.0.0-canary.99",
3
+ "version": "2.0.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/mercurjs/mercur",