Skip to content

Commit

Permalink
fix(aws): Fix Create Server Group button (backport spinnaker#9865) (s…
Browse files Browse the repository at this point in the history
…pinnaker#9866)

Co-authored-by: Sergio Quintero <snquinterog@gmail.com>
Co-authored-by: Cameron Motevasselani <cmotevasselani@gmail.com>
  • Loading branch information
3 people authored Jul 6, 2022
1 parent bfd8e75 commit 364bc4d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ angular
) {
function buildNewServerGroupCommand(
application: Application,
defaults: { account?: string; region?: string; subnet?: string; mode?: string } = {},
defaults: { account?: string; region?: string; subnet?: string; mode?: string },
) {
defaults = defaults || {};

const credentialsLoader = AccountService.getCredentialsKeyedByAccount('aws');

const defaultCredentials =
Expand Down

0 comments on commit 364bc4d

Please sign in to comment.