Skip to content
Snippets Groups Projects
Commit ec356f7f authored by Cam Saül's avatar Cam Saül Committed by GitHub
Browse files

Merge pull request #3623 from metabase/fix-3620

Add default values for row and col to create-dashboard-card! :wrench:
parents f42c03cf 0f2ef50c
No related branches found
No related tags found
No related merge requests found
......@@ -133,8 +133,8 @@
:card_id card_id
:sizeX sizeX
:sizeY sizeY
:row row
:col col
:row (or row 0)
:col (or col 0)
:parameter_mappings (or parameter_mappings [])
:visualization_settings (or visualization_settings {}))]
;; add series to the DashboardCard
......
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