ui: adds install/uninstall warnings

This commit is contained in:
Aaron Greenspan
2021-01-13 17:11:12 -07:00
committed by Aiden McClelland
parent 071bd159ab
commit 238ede33b9
12 changed files with 57 additions and 75 deletions

View File

@@ -73,6 +73,7 @@ export class MockApiService extends ApiService {
}
async getAvailableApp (appId: string): Promise<AppAvailableFull> {
console.log('getAvilableApp', appId)
// throw new Error('Some horrible horrible error message gosh its awful')
return mockGetAvailableApp(appId)
.then(res => {