Fix a few types
This commit is contained in:
parent
353eae44f2
commit
063e6e3e9c
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ export enum RebrandDialogKind {
|
|||
};
|
||||
|
||||
interface IProps {
|
||||
onFinished: () => void;
|
||||
onFinished: (bool) => void;
|
||||
kind: RebrandDialogKind,
|
||||
targetUrl?: string,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue