fix for workflow topbar links
This commit is contained in:
@@ -14936,7 +14936,6 @@ const AngularWorkflow = (defaultprops) => {
|
||||
right: 0,
|
||||
left: isMobile ? 20 : leftBarSize + 20,
|
||||
top: isMobile ? 30 : appBarSize + 20,
|
||||
pointerEvents: "none",
|
||||
}
|
||||
|
||||
|
||||
@@ -14957,7 +14956,6 @@ const AngularWorkflow = (defaultprops) => {
|
||||
<div style={topBarStyle}>
|
||||
<div style={{
|
||||
margin: "0px 10px 0px 10px",
|
||||
pointerEvents: "none",
|
||||
}}>
|
||||
<Breadcrumbs
|
||||
aria-label="breadcrumb"
|
||||
|
||||
Reference in New Issue
Block a user