Merge branch 'add-general-ledger' of bitbucket.org:brycecovertoperations/integreat into add-general-ledger

This commit is contained in:
Bryce Covert
2019-10-10 21:24:42 -07:00

View File

@@ -123,8 +123,8 @@
table-form (r/atom nil)]
(fn [{:keys [headings value on-change row-filter]}]
[:div
(when (> (count value) 100)
[:div.notification "Showing first 100 of " (count value)])
(when (> (count value) 2000)
[:div.notification "Showing first 2000 of " (count value)])
[:form.form
(if value
[:div