mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 12:06:24 +00:00
migrate showFormDialog to OneContext
This commit is contained in:
parent
14161c5d42
commit
80247f84c1
11 changed files with 30 additions and 31 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue