mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-09 06:34:53 +03:00
fixed lint issues
This commit is contained in:
parent
ee8bd4fe17
commit
07ad2ccecf
|
@ -18,4 +18,4 @@ export const ConsoleButton = Button.extend`
|
||||||
background: #e2e2e2;
|
background: #e2e2e2;
|
||||||
color: black;
|
color: black;
|
||||||
float: right;
|
float: right;
|
||||||
`;
|
`;
|
||||||
|
|
|
@ -52,4 +52,4 @@ export const ConsoleActionsRow = FlexLayout.extend`
|
||||||
|
|
||||||
export const FlexLayoutReverse = FlexLayout.extend`
|
export const FlexLayoutReverse = FlexLayout.extend`
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
`;
|
`;
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { SecurityRequirements } from '../SecurityRequirement/SecuirityRequiremen
|
||||||
|
|
||||||
import { observer } from 'mobx-react';
|
import { observer } from 'mobx-react';
|
||||||
|
|
||||||
import { ConsoleButton, Badge, FlexLayoutReverse, DarkRightPanel, H2, MiddlePanel, Row, Toggle } from '../../common-elements';
|
import { Badge, ConsoleButton, DarkRightPanel, FlexLayoutReverse, H2, MiddlePanel, Row, Toggle } from '../../common-elements';
|
||||||
|
|
||||||
import { OptionsContext } from '../OptionsProvider';
|
import { OptionsContext } from '../OptionsProvider';
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ export class Operation extends React.Component<OperationProps, OperationState> {
|
||||||
|
|
||||||
onConsoleClick = () => {
|
onConsoleClick = () => {
|
||||||
this.setState({
|
this.setState({
|
||||||
executeMode: !this.state.executeMode
|
executeMode: !this.state.executeMode,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -16,4 +16,4 @@ export * from './StoreProvider';
|
||||||
export * from './OptionsProvider';
|
export * from './OptionsProvider';
|
||||||
export * from './SideMenu/';
|
export * from './SideMenu/';
|
||||||
export * from './StickySidebar/StickyResponsiveSidebar';
|
export * from './StickySidebar/StickyResponsiveSidebar';
|
||||||
export * from './SearchBox/SearchBox';
|
export * from './SearchBox/SearchBox';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user