mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-27 02:41:53 +00:00
no installed for mocks
This commit is contained in:
committed by
Matt Hill
parent
c3517203f8
commit
9d0083d8f4
@@ -348,8 +348,10 @@ export class MockApiService extends ApiService {
|
||||
unpacked: 0,
|
||||
'unpack-complete': false,
|
||||
}
|
||||
const installedMock = Mock.Pkgs[params.id]
|
||||
delete installedMock.installed
|
||||
const pkg: PackageDataEntry = {
|
||||
...Mock.Pkgs[params.id],
|
||||
...installedMock,
|
||||
state: PackageState.Installing,
|
||||
'install-progress': initialProgress,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user