making new vendor work again.

This commit is contained in:
BC
2019-01-24 22:24:04 -08:00
parent ac05274d73
commit 0bc35b63ad
3 changed files with 4 additions and 4 deletions

View File

@@ -32,6 +32,6 @@
[:div
rest]
[:div {:class "compose has-text-centered"}
[:a {:class "button is-danger is-block is-bold" :href (bidi/path-for routes/routes :index)
:on-click (dispatch-event [::events/modal-status ::user-editing-vendor {:visible? true}])}
[:a {:class "button is-danger is-block is-bold" #_#_:href (bidi/path-for routes/routes :index)
:on-click (dispatch-event [::events/modal-status :auto-ap.views.main/user-editing-vendor {:visible? true}])}
[:span {:class "compose"} "New Vendor"]]]]))