Skip to content
Snippets Groups Projects
Commit de0abb03 authored by Mateu Aguiló Bosch's avatar Mateu Aguiló Bosch
Browse files

fix: use correct library name

parent 8b3f68e3
No related branches found
Tags 8.5.6
No related merge requests found
......@@ -81,7 +81,7 @@ class ServerEndpointController extends ControllerBase {
$this->cacheKillSwitch->trigger();
return [
'#attached' => [
'library' => ['cl_components/attach-behaviors'],
'library' => ['cl_components/attach_behaviors'],
],
'#type' => 'container',
'#cache' => ['max-age' => 0],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment