Skip to content

Commit

Permalink
fix(platform): table filter toolbar
Browse files Browse the repository at this point in the history
closes [#12793](#12793)

Fix format
  • Loading branch information
khotcholava committed Dec 11, 2024
1 parent 215b193 commit 8ae7683
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@if(_table.loadedRows$() < _dataSourceDirective.totalItems$()) {
@if (_table.loadedRows$() < _dataSourceDirective.totalItems$()) {
<div fd-list role="none">
<div
fd-list-item
Expand Down Expand Up @@ -29,5 +29,4 @@
</a>
</div>
</div>

}

0 comments on commit 8ae7683

Please sign in to comment.