Skip to content
Snippets Groups Projects
Unverified Commit 6a082794 authored by Cam Saul's avatar Cam Saul Committed by GitHub
Browse files

joinable-columns should return a JS array (#32460)

parent d2aeef85
No related branches found
No related tags found
No related merge requests found
......@@ -621,7 +621,7 @@
something [[Joinable]] (i.e., a Table or Card) or manipulating an existing join. When passing in a join, currently
selected columns (those in the join's `:fields`) will include `:selected true` information."
[a-query stage-number join-or-joinable]
(lib.core/joinable-columns a-query stage-number join-or-joinable))
(to-array (lib.core/joinable-columns a-query stage-number join-or-joinable)))
(defn ^:export table-or-card-metadata
"Get TableMetadata if passed an integer `table-id`, or CardMetadata if passed a legacy-style `card__<id>` string.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment