mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 12:06:24 +00:00
Adds success messages after editing things
This commit is contained in:
parent
04852d568d
commit
582f6bace3
5 changed files with 8 additions and 1 deletions
|
|
@ -122,6 +122,7 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
|
|||
fields: fields,
|
||||
onSuccess: (data) async {
|
||||
refresh();
|
||||
showSnackIcon(L10().stockItemUpdated, success: true);
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue