0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00
This commit is contained in:
Florian Schroedl 2024-07-08 14:40:35 +02:00
parent 82b44e6569
commit 3ad009b515

View file

@ -275,7 +275,7 @@
[])))
(defn generate-menu-entries [{:keys [token-id token-type-props token-type selected-shapes] :as context-data}]
(defn generate-menu-entries [{:keys [token-id token-type-props _token-type _selected-shapes] :as context-data}]
(let [{:keys [modal]} token-type-props
attribute-actions (additional-actions context-data)
default-actions [{:title "Delete Token" :action #(st/emit! (dt/delete-token token-id))}