mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-13 10:45:29 +00:00
Adds success messages after editing things
This commit is contained in:
@ -122,6 +122,7 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
|
||||
fields: fields,
|
||||
onSuccess: (data) async {
|
||||
refresh();
|
||||
showSnackIcon(L10().stockItemUpdated, success: true);
|
||||
}
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user