Cleaned up idk

This commit is contained in:
2024-01-04 21:45:55 +02:00
parent 6a2df6938e
commit dca0c067cb
5 changed files with 8 additions and 12 deletions

View File

@@ -117,7 +117,7 @@ class _InputDataState extends State<InputData> {
onChanged: (String? newEnd) {
setState(() {
selectedDirection = newEnd ?? 'Victoria'; // Set a default value if newLine is null
selectedDirection = newEnd ?? selectedDirection; // Set a default value if newLine is null
});
},
),