Skip to content

Commit

Permalink
Merge branch 'nik-menu-hotfix' into 'master'
Browse files Browse the repository at this point in the history
(Platform) left menu: SQL Optimization -> Joe bot

See merge request postgres-ai/database-lab!953
  • Loading branch information
NikolayS committed Dec 26, 2024
2 parents e1dcb6f + 83c7602 commit 9def6c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ function OrganizationMenu(parentProps: OrganizationMenuProps) {
<span className={parentProps.classes.menuSectionHeaderIcon}>
{icons.sqlOptimizationIcon}
</span>
SQL Optimization
Joe bot
{activeMenuItems.has('sqlOptimization')
? <ExpandLess className={parentProps.classes.menuSectionHeaderExpandIcon} />
: <ExpandMore className={parentProps.classes.menuSectionHeaderExpandIcon} />}
Expand Down

0 comments on commit 9def6c7

Please sign in to comment.