diff --git a/lib/screens/expectation_input_page.dart b/lib/screens/expectation_input_page.dart index aa85efe..3648d80 100644 --- a/lib/screens/expectation_input_page.dart +++ b/lib/screens/expectation_input_page.dart @@ -311,24 +311,6 @@ class ExpectationInputPageState extends State { const SizedBox(height: 16), Padding( padding: const EdgeInsets.all(8.0), - child: Row( - children: [ - Expanded( - child: TextFormField( - controller: _simbriefIdController, - decoration: const InputDecoration( - labelText: 'SimBrief Pilot ID', - border: OutlineInputBorder(), - ), - ), - ), - const SizedBox(width: 10), - ElevatedButton( - onPressed: _fetchSimbriefData, - child: const Text('Lade SimBrief Daten'), - ), - ], - ), ), Form( key: _formKey,