diff --git a/src/Forms/SearchableDropdownTrait.php b/src/Forms/SearchableDropdownTrait.php index 7d93f04c1..97923f711 100644 --- a/src/Forms/SearchableDropdownTrait.php +++ b/src/Forms/SearchableDropdownTrait.php @@ -397,7 +397,6 @@ trait SearchableDropdownTrait $record->$classNameField = $ids ? $record->ClassName : ''; } } - $record->write(); } else { // has_many / many_many field if (!method_exists($record, 'hasMethod')) {