feature done

This commit is contained in:
Drew Ansbacher
2021-09-16 10:08:37 -06:00
committed by Drew Ansbacher
parent 288c385037
commit 04e01c683e
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: {