mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 02:46:20 +00:00
🐛 Remove stray println debug logs from dashboard team invitations (#9365)
This commit is contained in:
parent
f173fafb62
commit
61b791368a
@ -927,7 +927,6 @@
|
|||||||
on-error
|
on-error
|
||||||
(fn [form]
|
(fn [form]
|
||||||
(let [{:keys [type code] :as error} (ex-data form)]
|
(let [{:keys [type code] :as error} (ex-data form)]
|
||||||
(println form)
|
|
||||||
(cond
|
(cond
|
||||||
(and (= :validation type)
|
(and (= :validation type)
|
||||||
(= :profile-is-muted code))
|
(= :profile-is-muted code))
|
||||||
@ -989,7 +988,6 @@
|
|||||||
new-direction (if (= current-field :status)
|
new-direction (if (= current-field :status)
|
||||||
(if (= current-direction :asc) :desc :asc)
|
(if (= current-direction :asc) :desc :asc)
|
||||||
:asc)]
|
:asc)]
|
||||||
(println @invitations)
|
|
||||||
(swap! sort-state assoc :field :status :direction new-direction)
|
(swap! sort-state assoc :field :status :direction new-direction)
|
||||||
(swap! invitations #(let [sorted (sort-by (juxt :expired :email) %)]
|
(swap! invitations #(let [sorted (sort-by (juxt :expired :email) %)]
|
||||||
(if (= new-direction :desc)
|
(if (= new-direction :desc)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user