Skip to content

Commit

Permalink
fix(amazon/serverGroups): Unable to open "Edit Scheduled Actions" mod…
Browse files Browse the repository at this point in the history
…al (#5020)
  • Loading branch information
jervi authored and anotherchrisberry committed Mar 19, 2018
1 parent 857448f commit 1ba6871
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as React from 'react';
import { BindAll } from 'lodash-decorators';

import { CollapsibleSection, ReactInjector, Tooltip } from '@spinnaker/core';

Expand All @@ -12,6 +13,7 @@ export interface IScheduledActionsDetailsSectionState {
scheduledActionsDisabled: boolean;
}

@BindAll()
export class ScheduledActionsDetailsSection extends React.Component<IAmazonServerGroupDetailsSectionProps, IScheduledActionsDetailsSectionState> {
constructor(props: IAmazonServerGroupDetailsSectionProps) {
super(props);
Expand Down

0 comments on commit 1ba6871

Please sign in to comment.