Skip to content

Commit

Permalink
feat(hpc-vmware-managed-vcd): fix vdc breadcrumb showing vcd desc
Browse files Browse the repository at this point in the history
  ref: MANAGER-15417

Signed-off-by: Paul Dickerson <[email protected]>
  • Loading branch information
Paul Dickerson committed Sep 25, 2024
1 parent 153d9a3 commit 586f238
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function DatacentreDashboardPage() {
const breadcrumbItems: BreadcrumbItem[] = [
{
id,
label: vcdOrganization?.data?.currentState?.description,
label: vcdOrganization?.data?.currentState?.fullName,
onClick: () => navigate(`/${id}`),
},
{
Expand Down

0 comments on commit 586f238

Please sign in to comment.