Fix for history sidebar
This commit is contained in:
parent
33162b6110
commit
822cca6ec0
|
|
@ -110,8 +110,8 @@ class _HistoryListTileState extends State<HistoryListTile> {
|
|||
|
||||
final history = widget.history;
|
||||
|
||||
Widget title;
|
||||
Widget subtitle;
|
||||
Widget title = SizedBox();
|
||||
Widget subtitle = SizedBox();
|
||||
String clientId;
|
||||
BaseEntity entity;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue