mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 10:15:32 +00:00
Add callback functions
This commit is contained in:
@ -192,7 +192,8 @@ class _PartDisplayState extends RefreshableState<PartDetailWidget> {
|
||||
},
|
||||
"active": {},
|
||||
},
|
||||
modelData: part.jsondata
|
||||
modelData: part.jsondata,
|
||||
onSuccess: refresh,
|
||||
);
|
||||
|
||||
return;
|
||||
|
Reference in New Issue
Block a user