File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
frontend/src/app/components/ChartDrill Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ const ChartDrillContextMenu: FC<{}> = memo(({ children }) => {
6767 ) }
6868 { drillOption ?. mode !== DrillMode . Expand && (
6969 < Menu . Item key = "selectDrillStatus" >
70- < MenuSwitch
70+ < StyledMenuSwitch
7171 className = { classnames ( { on : ! ! drillOption ?. isSelectedDrill } ) }
7272 >
7373 < p >
@@ -76,7 +76,7 @@ const ChartDrillContextMenu: FC<{}> = memo(({ children }) => {
7676 : t ( 'selectDrillOff' ) }
7777 </ p >
7878 < CheckOutlined className = "icon" />
79- </ MenuSwitch >
79+ </ StyledMenuSwitch >
8080 </ Menu . Item >
8181 ) }
8282 </ StyledChartDrillMenu >
@@ -109,7 +109,7 @@ const StyledChartDrillMenu = styled(Menu)`
109109 min-width: 200px;
110110` ;
111111
112- const MenuSwitch = styled . div `
112+ const StyledMenuSwitch = styled . div `
113113 display: flex;
114114 align-items: center;
115115
You can’t perform that action at this time.
0 commit comments