File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frontend/src/pages/org/archived-item-detail Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { type Dialog } from "@/components/ui/dialog";
1212import { ClipboardController } from "@/controllers/clipboard" ;
1313import type { CrawlMetadataEditor } from "@/features/archived-items/item-metadata-editor" ;
1414import { pageBack , pageNav , type Breadcrumb } from "@/layouts/pageHeader" ;
15- import { WorkflowTab } from "@/routes" ;
15+ import { OrgTab , WorkflowTab } from "@/routes" ;
1616import type { APIPaginatedList } from "@/types/api" ;
1717import type {
1818 ArchivedItem ,
@@ -136,7 +136,7 @@ export class ArchivedItemDetail extends BtrixElement {
136136 private get listUrl ( ) : string {
137137 let path = "items" ;
138138 if ( this . workflowId ) {
139- path = `workflows/crawl /${ this . workflowId } /${ WorkflowTab . Crawls } ` ;
139+ path = `${ OrgTab . Workflows } /${ this . workflowId } /${ WorkflowTab . Crawls } ` ;
140140 } else if ( this . collectionId ) {
141141 path = `collections/view/${ this . collectionId } /items` ;
142142 } else if ( this . item ?. type === "upload" ) {
You can’t perform that action at this time.
0 commit comments