diff --git a/app/Forms/Components/Location.php b/app/Forms/Components/Location.php index ddf205ba..fad5177f 100644 --- a/app/Forms/Components/Location.php +++ b/app/Forms/Components/Location.php @@ -244,6 +244,7 @@ public function getChildComponents(): array $set($this->getCityField(), null); if ($this->getCopyPath()) { $set(\sprintf('../%s.county_id', $this->getCopyPath()), $state); + $set(\sprintf('../%s.city_id', $this->getCopyPath()), null); } }) ->when(! $this->hasCity(), fn (Select $component) => $component->columnSpanFull()),