reject supported.

This commit is contained in:
Bryce Covert
2017-12-09 13:33:03 -08:00
parent bc6db905a5
commit 749b7b9633
4 changed files with 26 additions and 1 deletions

View File

@@ -121,6 +121,9 @@
(re-frame/dispatch [::events/approve-invoices]))}
"Approve all"]
[:a.card-footer-item
{:on-click (fn [e]
(.preventDefault e)
(re-frame/dispatch [::events/reject-invoices]))}
"Reject all"]
]]]))
{:component-did-mount (fn []