mirror of
https://github.com/penpot/penpot.git
synced 2025-07-17 00:15:33 +02:00
Fix button being chosen as main button for form submit
This commit is contained in:
parent
7aff690e7b
commit
84b5be5547
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@
|
||||||
(if set? i/document i/group)]
|
(if set? i/document i/group)]
|
||||||
[:div {:class (stl/css :set-name)} name]
|
[:div {:class (stl/css :set-name)} name]
|
||||||
[:div {:class (stl/css :delete-set)}
|
[:div {:class (stl/css :delete-set)}
|
||||||
[:button {:on-click #(on-delete-token-set-click id %)}
|
[:button {:on-click #(on-delete-token-set-click id %)
|
||||||
|
:type "button"}
|
||||||
i/delete]]
|
i/delete]]
|
||||||
(when set?
|
(when set?
|
||||||
[:span {:class (stl/css :action-btn)
|
[:span {:class (stl/css :action-btn)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue