Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinosswald authored and github-actions[bot] committed Feb 28, 2024
1 parent c22b7c3 commit 3b5b058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TextInputSelectAffix.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function dehydrateValidationRules(array &$rules): void
public function hydrateState(?array &$hydratedDefaultState, bool $andCallHydrationHooks = true): void
{
parent::hydrateState($hydratedDefaultState, $andCallHydrationHooks);
if ($this->hasSelect()){
if ($this->hasSelect()) {
$this->getSelectComponent()->hydrateState($hydratedDefaultState, $andCallHydrationHooks);
}
}
Expand Down

0 comments on commit 3b5b058

Please sign in to comment.