Skip to content

Commit

Permalink
undo comit lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdotson committed May 17, 2021
1 parent 2f8b8f6 commit f1c626c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset-frontend/src/components/Menu/MenuRight.tsx
Expand Up @@ -81,7 +81,7 @@ const RightMenu = ({
<SubMenu
data-test="new-dropdown"
title={
<StyledI data-test="new-dropdown-icon" style={{margin:0}} className="fa fa-plus" />
<StyledI data-test="new-dropdown-icon" className="fa fa-plus" />
}
icon={<Icon name="triangle-down" />}
>
Expand All @@ -98,7 +98,7 @@ const RightMenu = ({
))}
</SubMenu>
)}
<SubMenu title="Settings" style={{margin: 0}}icon={<Icon name="triangle-down" />}>
<SubMenu title="Settings" icon={<Icon name="triangle-down" />}>
{settings.map((section, index) => [
<Menu.ItemGroup key={`${section.label}`} title={section.label}>
{section.childs?.map(child => {
Expand Down

0 comments on commit f1c626c

Please sign in to comment.