refactor: Rename date parsing helper functions for consistency
This commit is contained in:
@@ -271,7 +271,7 @@ class _EquipmentFormPageState extends State<EquipmentFormPage> {
|
||||
children: [
|
||||
Expanded(
|
||||
child: DropdownButtonFormField<EquipmentCategory>(
|
||||
value: _selectedCategory,
|
||||
initialValue: _selectedCategory,
|
||||
decoration: const InputDecoration(
|
||||
labelText: 'Catégorie *',
|
||||
border: OutlineInputBorder(),
|
||||
@@ -299,7 +299,7 @@ class _EquipmentFormPageState extends State<EquipmentFormPage> {
|
||||
const SizedBox(width: 16),
|
||||
Expanded(
|
||||
child: DropdownButtonFormField<EquipmentStatus>(
|
||||
value: _selectedStatus,
|
||||
initialValue: _selectedStatus,
|
||||
decoration: const InputDecoration(
|
||||
labelText: 'Statut *',
|
||||
border: OutlineInputBorder(),
|
||||
|
||||
Reference in New Issue
Block a user