Skip to content

Commit

Permalink
Update datagrid.latte - HTML attribute class missing
Browse files Browse the repository at this point in the history
Fix for 

Latte\RuntimeException

Overridden block datagrid-class with content type HTML/TAG by incompatible type HTML.
  • Loading branch information
MartinKokesCz committed Apr 15, 2024
1 parent 6f9e6fb commit b9a0525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/datagrid.latte
Expand Up @@ -14,7 +14,7 @@
* @param InlineEdit|null $inlineAdd Inline add data
*}

<div {block datagrid-class}{/block}data-datagrid-name="{$control->getFullName()}" data-refresh-state="{link refreshState!}">
<div class="{block datagrid-class}{/block}" data-datagrid-name="{$control->getFullName()}" data-refresh-state="{link refreshState!}">
<div n:snippet="grid">
{snippetArea gridSnippets}
{form filter, class => 'ajax'}
Expand Down

0 comments on commit b9a0525

Please sign in to comment.