Conform more of the codebase to strictNullChecks (#10505
* Conform more of the codebase to `strictNullChecks` * Iterate * Conform more of the codebase to `strictNullChecks` * Iterate * Iterate * Iterate * Iterate
This commit is contained in:
parent
7503bf6b96
commit
e5a314617a
21 changed files with 76 additions and 83 deletions
|
@ -53,7 +53,7 @@ export default class ConfirmAndWaitRedactDialog extends React.PureComponent<IPro
|
|||
};
|
||||
}
|
||||
|
||||
public onParentFinished = async (proceed: boolean): Promise<void> => {
|
||||
public onParentFinished = async (proceed?: boolean): Promise<void> => {
|
||||
if (proceed) {
|
||||
this.setState({ isRedacting: true });
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue