Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Matyushentsev authored and Alexander Matyushentsev committed Jul 11, 2018
1 parent 5e60a65 commit d37b09b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/applications/components/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ export async function deleteApplication(appName: string, context: AppContext, su
<p>Are you sure you want to delete the application "{appName}"?</p>
<p><Checkbox checked={this.state.cascade} onChange={(val) => this.setState({ cascade: val })} /> Cascade</p>
</div>
)
);
}
componentWillUnmount() {
public componentWillUnmount() {
cascade = this.state.cascade;
}
};
Expand Down

0 comments on commit d37b09b

Please sign in to comment.