mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): clear progress image on cancel
This commit is contained in:
parent
a3f81f4b98
commit
7f5f4689cc
@ -418,6 +418,7 @@ export const systemSlice = createSlice({
|
||||
state.currentStep = 0;
|
||||
state.totalSteps = 0;
|
||||
state.statusTranslationKey = 'common.statusConnected';
|
||||
state.progressImage = null;
|
||||
|
||||
state.toastQueue.push(
|
||||
makeToast({ title: t('toast.canceled'), status: 'warning' })
|
||||
|
Loading…
Reference in New Issue
Block a user