makes client selection not contanimate other tabs
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
(mt2/transformer
|
||||
{:decoders
|
||||
{:map (fn [m]
|
||||
(if (not (seq (filter identity (vals m))))
|
||||
(if (and (map? m) (not (seq (filter identity (vals m)))))
|
||||
nil
|
||||
m))
|
||||
:string empty->nil
|
||||
|
||||
Reference in New Issue
Block a user