mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
feature done
This commit is contained in:
committed by
Aiden McClelland
parent
6a92ed80b8
commit
fd62de7a91
@@ -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