2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 18:25:26 +00:00

Add class for StockItemTestResult

This commit is contained in:
Oliver Walters
2020-05-23 15:53:15 +10:00
parent 0a5419eb6d
commit 868e1d20dc
3 changed files with 58 additions and 1 deletions

View File

@ -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