mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Add class for StockItemTestResult
This commit is contained in:
parent
0a5419eb6d
commit
868e1d20dc
3 changed files with 58 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ abstract class RefreshableState<T extends StatefulWidget> extends State<T> {
|
|||
|
||||
// Function called after the widget is first build
|
||||
Future<void> onBuild(BuildContext context) async {
|
||||
return;
|
||||
refresh();
|
||||
}
|
||||
|
||||
// Function to request data for this page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue