feature done

This commit is contained in:
Drew Ansbacher
2021-09-16 10:08:37 -06:00
committed by Aiden McClelland
parent 6a92ed80b8
commit fd62de7a91
4 changed files with 60 additions and 10 deletions

View File

@@ -105,7 +105,10 @@ export class WizardBaker {
action,
verb: 'beginning update for',
title,
executeAction: () => this.embassyApi.updateServer({ }),
executeAction: async () => {
this.embassyApi.updateServer({ })
return
},
},
},
bottomBar: {