From b7dfecd338858784d02c3f2ffb4131f559326a6d Mon Sep 17 00:00:00 2001 From: Andy Ford Date: Tue, 10 Oct 2023 17:34:19 +0100 Subject: [PATCH] did the wrong field --- app/Http/Livewire/StandPredictorForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Livewire/StandPredictorForm.php b/app/Http/Livewire/StandPredictorForm.php index 74a2da59e..7334b03f3 100644 --- a/app/Http/Livewire/StandPredictorForm.php +++ b/app/Http/Livewire/StandPredictorForm.php @@ -60,7 +60,7 @@ public function getFormSchema(): array public function submit(): void { // Convert the callsign to uppercase before validating it. - $this->callsign = strtoupper($this->callsign); + $this->departureAirfield = strtoupper($this->departureAirfield); $this->form->validate(); $this->emit('standPredictorFormSubmitted', [