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
|
||||
{:on-click #(reset! show-rename-form? true)}
|
||||
"Change List Name"]
|
||||
[bs/MenuItem
|
||||
#_[bs/MenuItem
|
||||
{:on-click #(js/alert "TODO: Copy to Owned")}
|
||||
"Copy to Owned Collection"]
|
||||
(if (auth/auth-required?)
|
||||
|
|
Loading…
Reference in a new issue