sp1613 delete condition word

This commit is contained in:
Rafeek Alkhoudare
2025-05-21 07:25:34 -05:00
parent 6612e91430
commit dcf1df9b4a

View File

@ -96,7 +96,7 @@ class _WallPresenceSensorState extends State<FlushPresenceSensor> {
child: Column(
mainAxisSize: MainAxisSize.min,
children: [
const DialogHeader('Presence Sensor Condition'),
const DialogHeader('Presence Sensor'),
Expanded(child: _buildMainContent(context, state)),
_buildDialogFooter(context, state),
],