Change public to protected for onAction

This commit is contained in:
Swapnil Raj 2020-07-30 16:13:13 +05:30
parent d0e2695114
commit 1b4b594f92
3 changed files with 3 additions and 3 deletions

View file

@ -62,7 +62,7 @@ export default class HeaderButtons extends React.Component<IProps, IState> {
if (this.dispatcherRef) dis.unregister(this.dispatcherRef);
}
public onAction(payload) {
protected onAction(payload) {
// Ignore - intended to be overridden by subclasses
}