Refactor SeshatResetDialog props interface to use IDialogProps
This commit is contained in:
parent
b38f5c9459
commit
4fcb258981
1 changed files with 2 additions and 4 deletions
|
@ -21,12 +21,10 @@ import {replaceableComponent} from "../../../utils/replaceableComponent";
|
|||
import BaseDialog from "./BaseDialog";
|
||||
import DialogButtons from "../elements/DialogButtons";
|
||||
|
||||
interface IProps {
|
||||
onFinished(): void;
|
||||
}
|
||||
import {IDialogProps} from "./IDialogProps";
|
||||
|
||||
@replaceableComponent("views.dialogs.SeshatResetDialog")
|
||||
export default class SeshatResetDialog extends React.PureComponent<IProps> {
|
||||
export default class SeshatResetDialog extends React.PureComponent<IDialogProps> {
|
||||
render() {
|
||||
return (
|
||||
<BaseDialog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue