refactor: update breadcrumb navigation in dashboard and file view pages
This commit is contained in:
parent
f51e0af9c8
commit
5e15326c29
@ -293,7 +293,7 @@ const Dashboard = (): ReactElement => {
|
||||
return (
|
||||
<Layout
|
||||
currentPage="Dashboard"
|
||||
breadcrumbs={[{ label: "QAssure - Tenant" }, { label: "Dashboard" }]}
|
||||
// breadcrumbs={[{ label: "QAssure - Tenant" }, { label: "Dashboard" }]}
|
||||
pageHeader={{
|
||||
title: "Tenant Overview",
|
||||
description: "Key quality metrics and performance indicators.",
|
||||
|
||||
@ -378,7 +378,7 @@ const FileView = (): ReactElement => {
|
||||
<Layout
|
||||
currentPage="File Attachment Services"
|
||||
breadcrumbs={[
|
||||
{ label: "File Attachment Services", path: "/tenant/files" },
|
||||
{ label: "QAssure", path: "/" },
|
||||
{ label: "File List", path: "/tenant/files" },
|
||||
{ label: file.original_name },
|
||||
]}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user