ui: adds version to path of welcome OS

This commit is contained in:
Aaron Greenspan
2021-01-14 17:28:53 -07:00
committed by Aiden McClelland
parent da922f498e
commit 16a4c41886
4 changed files with 5 additions and 5 deletions

View File

@@ -117,7 +117,7 @@ export class MockApiService extends ApiService {
return mockUninstallApp()
}
async acknowledgeOSWelcome () {
async acknowledgeOSWelcome (version: string) {
await pauseFor(2000)
this.welcomeAck = true
return { }