diff --git a/lib/views/evaluation_tab.dart b/lib/views/evaluation_tab.dart index a9ca53b..1204d5a 100644 --- a/lib/views/evaluation_tab.dart +++ b/lib/views/evaluation_tab.dart @@ -238,7 +238,8 @@ class _EvaluationTabState extends State children: [ Expanded( child: Button( - enabled: true, + enabled: evaluateData?.errors.isEmpty == true || + _lambdaInputManager.hasInput, colour: Theme.of(context).colorScheme.tertiary, onPressed: () => _lambdaInputManager.onReset(), child: SizedBox(