Skip to content

Commit

Permalink
fix: recommend uninstalling app status bug
Browse files Browse the repository at this point in the history
  • Loading branch information
icebergtsn committed Apr 29, 2024
1 parent 56315d5 commit 778efe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/stores/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 778efe8

Please sign in to comment.