hide the "copy to owned" option since it's not implemented yet
should have been hidden in the first place
This commit is contained in:
parent
aa3a31b992
commit
460d7bb4f7
|
@ -240,7 +240,7 @@
|
||||||
[bs/MenuItem
|
[bs/MenuItem
|
||||||
{:on-click #(reset! show-rename-form? true)}
|
{:on-click #(reset! show-rename-form? true)}
|
||||||
"Change List Name"]
|
"Change List Name"]
|
||||||
[bs/MenuItem
|
#_[bs/MenuItem
|
||||||
{:on-click #(js/alert "TODO: Copy to Owned")}
|
{:on-click #(js/alert "TODO: Copy to Owned")}
|
||||||
"Copy to Owned Collection"]
|
"Copy to Owned Collection"]
|
||||||
(if (auth/auth-required?)
|
(if (auth/auth-required?)
|
||||||
|
|
Loading…
Reference in a new issue