now able to click back in activeworkflow page

This commit is contained in:
yashsinghcodes
2024-05-30 11:51:30 +00:00
parent 1c5eddac7f
commit 27fe834075
-3
View File
@@ -14697,7 +14697,6 @@ const AngularWorkflow = (defaultprops) => {
right: 0,
left: isMobile ? 20 : leftBarSize + 20,
top: isMobile ? 30 : appBarSize + 20,
pointerEvents: "none",
}
@@ -14718,7 +14717,6 @@ const AngularWorkflow = (defaultprops) => {
<div style={topBarStyle}>
<div style={{
margin: "0px 10px 0px 10px",
pointerEvents: "none",
}}>
<Breadcrumbs
aria-label="breadcrumb"
@@ -14743,7 +14741,6 @@ const AngularWorkflow = (defaultprops) => {
</Link>
<h2 style={{
margin: 0,
pointerEvents: "none",
}}>{workflow.name}</h2>
</Breadcrumbs>