Skip to content

Commit

Permalink
chore(web): ensure isBusy is always set to false when opening inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWasTakenn committed Dec 13, 2023
1 parent d53fe32 commit ee858b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/reducers/setupInventory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,6 @@ export const setupInventoryReducer: CaseReducer<
return item;
}),
};

state.isBusy = false;
};

0 comments on commit ee858b4

Please sign in to comment.