mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
feature done
This commit is contained in:
committed by
Drew Ansbacher
parent
288c385037
commit
04e01c683e
@@ -105,7 +105,10 @@ export class WizardBaker {
|
||||
action,
|
||||
verb: 'beginning update for',
|
||||
title,
|
||||
executeAction: () => this.embassyApi.updateServer({ }),
|
||||
executeAction: async () => {
|
||||
this.embassyApi.updateServer({ })
|
||||
return
|
||||
},
|
||||
},
|
||||
},
|
||||
bottomBar: {
|
||||
|
||||
Reference in New Issue
Block a user