This commit is contained in:
Rishad7594
2026-04-08 19:18:33 +05:30
parent aefb381ed3
commit bbef5b376d
6 changed files with 62 additions and 23 deletions

View File

@@ -1785,7 +1785,7 @@ class _ContributeScreenState extends State<ContributeScreen>
try {
final data = <String, dynamic>{
'title': _titleCtl.text.trim(),
'event_name': _titleCtl.text.trim(),
'category': _selectedCategory,
'district': _selectedDistrict,
'date': _selectedDate!.toIso8601String(),