Project deletion

This commit is contained in:
Alejandro Gómez 2016-01-27 21:05:33 +01:00
parent 78e05f2d40
commit 5dfc0cb340
2 changed files with 19 additions and 1 deletions

View file

@ -205,7 +205,7 @@
[:div.project-th-icon.delete
{:on-click #(do
(dom/stop-propagation %)
;; (actions/delete-project conn uuid)
(rs/emit! (dp/delete-project project))
%)}
i/trash]]])))