Skip to content

Commit

Permalink
Add type to actionTypeNodes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Mar 17, 2020
1 parent ea2588c commit 2ad9a2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ export const ActionForm = ({
}
}

let actionTypeNodes = null;
let actionTypeNodes: JSX.Element[] | null = null;
let hasDisabledByLicenseActionTypes = false;
if (actionTypesIndex) {
actionTypeNodes = actionTypeRegistry
Expand Down

0 comments on commit 2ad9a2f

Please sign in to comment.