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

Refactor login page buttons

This commit is contained in:
Oliver
2021-08-16 20:47:14 +10:00
parent 64653b0642
commit 094b997f76
2 changed files with 9 additions and 9 deletions

View File

@ -97,7 +97,7 @@ abstract class RefreshableState<T extends StatefulWidget> extends State<T> {
return Scaffold(
key: refreshableKey,
appBar: getAppBar(context),
drawer: null, // getDrawer(context),
drawer: null,
floatingActionButton: getFab(context),
body: Builder(
builder: (BuildContext context) {