File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -265,8 +265,8 @@ public function autocompleteLabel(string|Closure|null $label): static
265265
266266 protected function getAutocompleteLabel (): string
267267 {
268- return $ this ->evaluate ($ this ->autocompleteLabel )
269- ?? __ ('filament-google-autocomplete-field::filament-google-autocomplete-field.autocomplete.label ' )
268+ return $ this ->evaluate ($ this ->autocompleteLabel )
269+ ?? __ ('filament-google-autocomplete-field::filament-google-autocomplete-field.autocomplete.label ' )
270270 ?? $ this ->getLabel ();
271271 }
272272
@@ -291,7 +291,7 @@ public function autocompletePlaceholder(string|Closure|null $placeholder): stati
291291
292292 protected function getAutocompletePlaceholder (): string
293293 {
294- return $ this ->evaluate ($ this ->autocompletePlaceholder )
294+ return $ this ->evaluate ($ this ->autocompletePlaceholder )
295295 ?? __ ('filament-google-autocomplete-field::filament-google-autocomplete-field.autocomplete.placeholder ' );
296296 }
297297}
You can’t perform that action at this time.
0 commit comments