Small bug fix with individual code

This commit is contained in:
2026-01-02 11:24:55 -06:00
parent 4af40a66f5
commit 729ac236ca
3 changed files with 15 additions and 6 deletions

View File

@@ -85,7 +85,7 @@ class _DayTimePickerState extends State<DayTimePicker> {
Widget build(BuildContext context) {
return AlertDialog(
title: Text(
'New Schedule',
(widget.isEditing) ? 'Edit Schedule' : 'New Schedule',
style: GoogleFonts.aBeeZee(),
),
content: Column(