This commit is contained in:
Dennis Eichhorn 2023-05-31 15:59:16 +00:00
parent 0d98e09fcb
commit 4e03ac5293

View File

@ -51,7 +51,7 @@ final class BackendController extends Controller
*/
public function setUpCommentEditor(RequestAbstract $request, ResponseAbstract $response, mixed $data = null) : void
{
$head = $response->get('Content')->head;
$head = $response->data['Content']->head;
$head->addAsset(AssetType::JS, '/Modules/Editor/Controller.js', ['type' => 'module']);
}