Skip to content

Commit

Permalink
refactor(amazon): choices prop is actually optional (#7379)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmquach committed Sep 5, 2019
1 parent 192130e commit c93f7e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ILoadBalancerModalProps, ModalClose, ReactModal, noop } from '@spinnake
import { IAmazonLoadBalancerConfig, LoadBalancerTypes } from './LoadBalancerTypes';

export interface IAmazonLoadBalancerChoiceModalProps extends ILoadBalancerModalProps {
choices: IAmazonLoadBalancerConfig[];
choices?: IAmazonLoadBalancerConfig[];
}

export interface IAmazonLoadBalancerChoiceModalState {
Expand Down

0 comments on commit c93f7e8

Please sign in to comment.