mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
🐛 Don't allow rename drafts project.
This commit is contained in:
parent
d2359046c4
commit
17b32d6518
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@
|
||||||
:min-width? true
|
:min-width? true
|
||||||
:top top
|
:top top
|
||||||
:left left
|
:left left
|
||||||
:options [[(tr "labels.rename") on-edit]
|
:options [(when-not (:is-default project)
|
||||||
|
[(tr "labels.rename") on-edit])
|
||||||
[(tr "dashboard.duplicate") on-duplicate]
|
[(tr "dashboard.duplicate") on-duplicate]
|
||||||
[(tr "dashboard.pin-unpin") toggle-pin]
|
[(tr "dashboard.pin-unpin") toggle-pin]
|
||||||
(when (seq teams)
|
(when (seq teams)
|
||||||
|
|
Loading…
Reference in a new issue