2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-13 10:45:29 +00:00

migrate showFormDialog to OneContext

This commit is contained in:
Oliver Walters
2021-02-15 20:54:15 +11:00
parent 14161c5d42
commit 80247f84c1
11 changed files with 30 additions and 31 deletions

View File

@ -53,7 +53,6 @@ class _InvenTreeLoginSettingsState extends State<InvenTreeLoginSettingsWidget> {
}
showFormDialog(
context,
I18N.of(context).profileAdd,
key: _addProfileKey,
actions: <Widget> [

View File

@ -119,7 +119,6 @@ class _InvenTreeSettingsState extends State<InvenTreeSettingsWidget> {
_controller.clear();
showFormDialog(
context,
"Upload Bug Report",
key: _bugKey,
callback: () {