Fix ManageEventIndexDialog props syntax
This commit is contained in:
parent
eb9bf9c83f
commit
01cfd9361e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ import EventIndexPeg from "../../../../indexing/EventIndexPeg";
|
|||
import {SettingLevel} from "../../../../settings/SettingLevel";
|
||||
|
||||
interface IProps {
|
||||
onFinished: (boolean) => {},
|
||||
onFinished: (boolean) => void;
|
||||
}
|
||||
|
||||
interface IState {
|
||||
|
|
Loading…
Reference in a new issue