mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
fixed delete
This commit is contained in:
@ -96,7 +96,6 @@ class CustomExpansionTileState extends State<CustomExpansionTile> {
|
||||
if (widget.onItemSelected != null) {
|
||||
widget.onItemSelected!();
|
||||
}
|
||||
debugPrint('${widget.title} ${widget.isSelected} tapped for selection');
|
||||
},
|
||||
child: Text(
|
||||
_capitalizeFirstLetter(widget.title),
|
||||
|
Reference in New Issue
Block a user