Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi authored and github-actions[bot] committed Dec 24, 2024
1 parent 8dbbad9 commit fea3ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/Schemata.php
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ public static function getSectionsSchema(): array
->cloneable()
->minItems(1)

->cloneAction(fn(Action $action) => $action->action(function (Component $component, $arguments) {
->cloneAction(fn (Action $action) => $action->action(function (Component $component, $arguments) {
$items = $component->getState();
$originalItem = $items[$arguments['item']];
$clonedItem = array_merge($originalItem, [
Expand Down

0 comments on commit fea3ad9

Please sign in to comment.