0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-27 23:21:47 -05:00

🐛 Fix rename option is absent in RMB menu for file

This commit is contained in:
Alejandro Alonso 2023-03-28 11:24:47 +02:00 committed by Alonso Torres
parent 0ec89e8bbe
commit 3df2b80427

View file

@ -269,7 +269,8 @@
{:option-name (tr "labels.rename")
:id "file-rename"
:option-handler on-edit
:data-test "file-rename"}
:data-test "file-rename"})
(when (not is-search-page?)
{:option-name (tr "dashboard.duplicate")
:id "file-duplicate"
:option-handler on-duplicate