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:
@ -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
|
||||
|
Reference in New Issue
Block a user