diff --git a/frontend/src/stores/app.ts b/frontend/src/stores/app.ts index 4ae91bb..9526d9f 100644 --- a/frontend/src/stores/app.ts +++ b/frontend/src/stores/app.ts @@ -275,7 +275,7 @@ export const useAppStore = defineStore('app', { operation === OPERATE_ACTION.uninstall && op_status === OPERATE_STATUS.processing ) { - app.status = APP_STATUS.installing; + app.status = APP_STATUS.uninstalling; } if ( operation === OPERATE_ACTION.uninstall &&