Fix ManageEventIndexDialog props syntax

pull/21833/head
J. Ryan Stinnett 2021-04-26 15:06:10 +01:00
parent eb9bf9c83f
commit 01cfd9361e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import EventIndexPeg from "../../../../indexing/EventIndexPeg";
import {SettingLevel} from "../../../../settings/SettingLevel";
interface IProps {
onFinished: (boolean) => {},
onFinished: (boolean) => void;
}
interface IState {