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 dcc1902 commit a652979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Forms/Cluster.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public static function make(array $schema = []): static

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

0 comments on commit a652979

Please sign in to comment.