mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 10:15:32 +00:00
migrate showFormDialog to OneContext
This commit is contained in:
@ -75,7 +75,7 @@ class _LocationDisplayState extends RefreshableState<LocationDisplayWidget> {
|
||||
var _name;
|
||||
var _description;
|
||||
|
||||
showFormDialog(context, I18N.of(context).editLocation,
|
||||
showFormDialog(I18N.of(context).editLocation,
|
||||
key: _editLocationKey,
|
||||
callback: () {
|
||||
_editLocation({
|
||||
|
Reference in New Issue
Block a user