Skip to content

Commit

Permalink
feat: make cluster configurable
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Frey <mail@lukasfrey.cz>
  • Loading branch information
lukas-frey committed May 31, 2024
1 parent a652979 commit c4a2ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/Cluster.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public static function make(array $schema = []): static

return $component
->columns(count($component->getChildComponents()))
// ->configure()
->configure()
;
}
}

0 comments on commit c4a2ad6

Please sign in to comment.