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:
@ -55,7 +55,7 @@ class _CompanyDetailState extends RefreshableState<CompanyDetailWidget> {
|
||||
var _description;
|
||||
var _website;
|
||||
|
||||
showFormDialog(context, I18N.of(context).edit,
|
||||
showFormDialog(I18N.of(context).edit,
|
||||
key: _editCompanyKey,
|
||||
actions: <Widget>[
|
||||
FlatButton(
|
||||
|
Reference in New Issue
Block a user