mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Add callback functions
This commit is contained in:
parent
faf20030e3
commit
27caf3983a
2 changed files with 12 additions and 2 deletions
|
|
@ -192,7 +192,8 @@ class _PartDisplayState extends RefreshableState<PartDetailWidget> {
|
|||
},
|
||||
"active": {},
|
||||
},
|
||||
modelData: part.jsondata
|
||||
modelData: part.jsondata,
|
||||
onSuccess: refresh,
|
||||
);
|
||||
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue