Skip to content
Snippets Groups Projects
Commit a7dbac70 authored by abhimazu's avatar abhimazu
Browse files

UI fix - Updated the plugins disabled option to 'false' as it is independent of any experiment

parent b2a83bab
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,7 @@ export default function Sidebar({
title="Plugins"
path="/projects/plugins"
icon={<PlugIcon />}
disabled={!experimentInfo?.name}
disabled={false}
counter={outdatedPluginsCount}
/>
<SubNavItem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment