Mock data
This commit is contained in:
parent
350e11c310
commit
15bc8ef735
|
|
@ -111,8 +111,6 @@ const dynamic kMockLogin = '''
|
|||
"enable_product_quantity": true,
|
||||
"default_quantity": true,
|
||||
"custom_fields": {
|
||||
"invoice1": "1",
|
||||
"invoice2": "2",
|
||||
"client1": "Multi Text",
|
||||
"client2": "Switch|switch",
|
||||
"client3": "Dropdown|one,two,three",
|
||||
|
|
|
|||
|
|
@ -386,10 +386,14 @@ class _DrawerTileState extends State<DrawerTile> {
|
|||
? createEntityByType(
|
||||
context: context, entityType: widget.entityType)
|
||||
: null,
|
||||
/*
|
||||
trailing: _isHovered ||
|
||||
!RendererBinding.instance.mouseTracker.mouseIsConnected
|
||||
? trailingWidget
|
||||
: null,
|
||||
|
||||
*/
|
||||
trailing: trailingWidget,
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue