Skip to content

Commit

Permalink
Add implicit sort lost after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
adri9valle committed Jun 3, 2019
1 parent fb08f6d commit 6b2f85f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
</button>
</div>
<wazuh-table flex path="wzTablePath" row-sizes="[13,11,9]" extra-limit="100"
keys="['id', 'title','file','result']">
keys="['id', 'title','file','result']" implicit-sort="'id'">
</wazuh-table>

</md-card-content>
Expand Down

0 comments on commit 6b2f85f

Please sign in to comment.