mirror of
https://github.com/penpot/penpot.git
synced 2026-03-06 02:01:09 +00:00
✨ Nitrate send subscription type
This commit is contained in:
@@ -33,9 +33,10 @@
|
||||
:initial initial)
|
||||
on-click
|
||||
(mf/use-fn
|
||||
(mf/deps form)
|
||||
(fn []
|
||||
;; TODO Start licenses with selected type
|
||||
(dom/open-new-window "/control-center/licenses/start")))]
|
||||
(let [params (:clean-data @form)]
|
||||
(dom/open-new-window (str "/control-center/licenses/start?subscription=" (name (:subscription params)))))))]
|
||||
|
||||
[:div {:class (stl/css :modal-overlay)}
|
||||
[:div {:class (stl/css :modal-dialog :subscription-success)}
|
||||
|
||||
@@ -82,6 +82,8 @@
|
||||
label {
|
||||
@include t.use-typography("body-large");
|
||||
padding: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user