mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-13 18:55:34 +00:00
migrate showFormDialog to OneContext
This commit is contained in:
@ -72,7 +72,7 @@ class _StockItemTestResultDisplayState extends RefreshableState<StockItemTestRes
|
||||
String _notes;
|
||||
File _attachment;
|
||||
|
||||
showFormDialog(context, "Add Test Data",
|
||||
showFormDialog("Add Test Data",
|
||||
key: _addResultKey,
|
||||
callback: () {
|
||||
uploadTestResult(_name, _result, _value, _notes, _attachment);
|
||||
|
Reference in New Issue
Block a user