Skip to content

Commit ea052c9

Browse files
Removed workflow from refinery (#17)
* Removed workflow from refinery * Submodules merge
1 parent a99bee7 commit ea052c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/shared/sidebar/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export default function Sidebar() {
220220
</div>}
221221

222222
{isManaged && <div className="flex items-center justify-center mt-4">
223-
<AppSelectionDropdown cockpit={true} gates={true} workflow={true}></AppSelectionDropdown>
223+
<AppSelectionDropdown cockpit={true} gates={true}></AppSelectionDropdown>
224224
</div>}
225225

226226
<div className="flex-shrink-0 flex pt-3 pb-10 justify-center">

0 commit comments

Comments
 (0)