Fix preview

[MAILPOET-2600]
This commit is contained in:
Pavel Dohnal
2020-02-27 13:04:42 +01:00
committed by Jack Kitterhing
parent 61251f6e34
commit f5fc03ee1d
3 changed files with 39 additions and 9 deletions

View File

@ -119,6 +119,7 @@ class Forms extends APIEndpoint {
return $this->successResponse([
'html' => $html,
'css' => $css,
'form_element_styles' => $this->formRenderer->renderFormElementStyles($data),
]);
}