Skip to content

Commit

Permalink
Fetch instances on add profile
Browse files Browse the repository at this point in the history
  • Loading branch information
morozRed committed Mar 16, 2022
1 parent 3b49464 commit 0e056b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ window.ipcRenderer.receive('credentials', (credentials) => {
window.aws_cm.credentials = credentials
window.aws_cm.displayOptions()
window.aws_cm.addEditableProfiles()
window.rds_manager.getRDSInstances()
}

if (!window.rds_manager) {
Expand Down

0 comments on commit 0e056b4

Please sign in to comment.