Skip to content

Commit 6534689

Browse files
kbondweaverryan
authored andcommitted
fix BatchActionController
1 parent aa49e1d commit 6534689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/src/Controller/BatchActionController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function __invoke(Request $request, MountedComponent $_mounted_component,
3737
'_controller' => [$serviceId, $name],
3838
'_component_action_args' => $action['args'] ?? [],
3939
'_mounted_component' => $_mounted_component,
40-
'_route' => 'ux_live_component',
40+
'_live_component' => $serviceId,
4141
]);
4242

4343
$response = $this->kernel->handle($subRequest, HttpKernelInterface::SUB_REQUEST, false);

0 commit comments

Comments
 (0)