delint
This commit is contained in:
parent
59f4c728c9
commit
c1f397dcf7
3 changed files with 1 additions and 4 deletions
|
@ -43,7 +43,7 @@ interface IState {
|
|||
interface IProps {}
|
||||
|
||||
@replaceableComponent("views.right_panel.HeaderButtons")
|
||||
export default abstract class HeaderButtons<P> extends React.Component<IProps & P, IState> {
|
||||
export default abstract class HeaderButtons<P = {}> extends React.Component<IProps & P, IState> {
|
||||
private storeToken: EventSubscription;
|
||||
private dispatcherRef: string;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue