Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jegorenkov committed Sep 27, 2022
1 parent 8971863 commit f72ca1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/tabs/TableDataSource.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ export default function {{ tpCompName }}(props: Props) {
className={`${dataResult.loading ? 'tw3-animate-pulse' : ''}`}
thead={
<thead>
<TemplateLoader templates={tData.tableHeader} templateData={{ addNewBlockFilter: props.addNewBlockFilter }} />
<TemplateLoader templates={tData.tableHeader} templateData={ { addNewBlockFilter } } />
</thead>
}
tbody={
Expand Down

0 comments on commit f72ca1b

Please sign in to comment.