2
0
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:
Oliver
2022-03-10 16:59:27 +11:00
parent 04852d568d
commit 582f6bace3
5 changed files with 8 additions and 1 deletions

View File

@ -122,6 +122,7 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
fields: fields,
onSuccess: (data) async {
refresh();
showSnackIcon(L10().stockItemUpdated, success: true);
}
);