2
0
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:
Oliver
2021-07-16 17:35:56 +10:00
parent faf20030e3
commit 27caf3983a
2 changed files with 12 additions and 2 deletions

View File

@ -192,7 +192,8 @@ class _PartDisplayState extends RefreshableState<PartDetailWidget> {
},
"active": {},
},
modelData: part.jsondata
modelData: part.jsondata,
onSuccess: refresh,
);
return;