Skip to content

Commit

Permalink
fix(aws): Fix Create Server Group button (#9865)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-quintero authored Jul 1, 2022
1 parent c8f2bf7 commit bd937f9
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 bd937f9

Please sign in to comment.