now able to click back in activeworkflow page
This commit is contained in:
@@ -14697,7 +14697,6 @@ const AngularWorkflow = (defaultprops) => {
|
|||||||
right: 0,
|
right: 0,
|
||||||
left: isMobile ? 20 : leftBarSize + 20,
|
left: isMobile ? 20 : leftBarSize + 20,
|
||||||
top: isMobile ? 30 : appBarSize + 20,
|
top: isMobile ? 30 : appBarSize + 20,
|
||||||
pointerEvents: "none",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -14718,7 +14717,6 @@ const AngularWorkflow = (defaultprops) => {
|
|||||||
<div style={topBarStyle}>
|
<div style={topBarStyle}>
|
||||||
<div style={{
|
<div style={{
|
||||||
margin: "0px 10px 0px 10px",
|
margin: "0px 10px 0px 10px",
|
||||||
pointerEvents: "none",
|
|
||||||
}}>
|
}}>
|
||||||
<Breadcrumbs
|
<Breadcrumbs
|
||||||
aria-label="breadcrumb"
|
aria-label="breadcrumb"
|
||||||
@@ -14743,7 +14741,6 @@ const AngularWorkflow = (defaultprops) => {
|
|||||||
</Link>
|
</Link>
|
||||||
<h2 style={{
|
<h2 style={{
|
||||||
margin: 0,
|
margin: 0,
|
||||||
pointerEvents: "none",
|
|
||||||
}}>{workflow.name}</h2>
|
}}>{workflow.name}</h2>
|
||||||
</Breadcrumbs>
|
</Breadcrumbs>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user