1
0
Fork 0

leave readiness unset for new images

This commit is contained in:
Sean Sube 2023-03-22 19:36:04 -05:00
parent 537652219b
commit 0042c5955a
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 6 deletions

View File

@ -309,12 +309,7 @@ export function createStateSlices(server: ServerParams) {
history: [ history: [
{ {
image, image,
ready: { ready: undefined,
cancelled: false,
failed: false,
progress: 0,
ready: false,
},
retry, retry,
}, },
...prev.history, ...prev.history,