Skip to content

Commit

Permalink
Apparently dashboard parameter defaults can be arrays too (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch committed Jul 18, 2024
1 parent 0fe3907 commit a675545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metabase-exporter/ApiObjects.cs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public class DashboardParameter
public string Type { get; set; }

[JsonProperty("default")]
public string Default { get; set; }
public JToken Default { get; set; }
}

/// <summary>
Expand Down

0 comments on commit a675545

Please sign in to comment.