Fixes issues customers have run into with new experience.
This commit is contained in:
@@ -259,7 +259,9 @@
|
||||
(table* grid-spec
|
||||
identity
|
||||
request)])
|
||||
(:title grid-spec)))
|
||||
(if (string? (:title grid-spec))
|
||||
(:title grid-spec)
|
||||
((:title grid-spec) request))))
|
||||
(wrap-trim-client-ids)
|
||||
(query-params/wrap-parse-query-params (or (:parse-query-params grid-spec)
|
||||
(default-parse-query-params grid-spec)))
|
||||
|
||||
Reference in New Issue
Block a user