Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jabahum committed Jul 18, 2024
1 parent 973e2f6 commit 5fe1cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dashboard.meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ export const clientRegistryDashboardMeta = {
export const facilityRegistryDashboardMeta = {
slot: "facility-registry-dashboard-slot",
columns: 1,
title: "Facility ",
title: "Facility",
path: "facility-registry-dashboard",
layoutMode: "anchored",
};

export const productRegistryDashboardMeta = {
slot: "product-registry-dashboard-slot",
columns: 1,
title: "Product ",
title: "Product",
path: "product-registry-dashboard",
layoutMode: "anchored",
};

0 comments on commit 5fe1cad

Please sign in to comment.