Skip to content

Commit

Permalink
Update cashier state after placing order
Browse files Browse the repository at this point in the history
  • Loading branch information
fredimachado committed May 25, 2024
1 parent 2d98104 commit b9ee3b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/UI/NCafe.Web/Pages/Cashier/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ else

orderId = Guid.Empty;
customer = string.Empty;
cashierState = CashierState.Idle;

// The next 2 lines will reset the product selection
value = "";
Expand Down

0 comments on commit b9ee3b4

Please sign in to comment.