admin
admin copied to clipboard
Show Toaster when editing Product in PriceList
Goal We want to display a Toaster when editing prices for a Product in a PriceList
Steps to reproduce:
- Create PriceList
- Edit Prices on a single product
- Save and submit
This requires the use of the useNotification hook when a mutation is successful. The resulting function from the useNotification hooks is invoked as such: notification("Success", "Price overrides updated", "success").
relevant file: src/domain/pricing/details/sections/prices-details/edit-prices-overrides/index.tsx
Drop a comment if you want to pick up this ticket
@pKorsholm I want to pick this up