mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
ui: adds install/uninstall warnings
This commit is contained in:
committed by
Aiden McClelland
parent
071bd159ab
commit
238ede33b9
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user