Skip to content

Commit

Permalink
Apparently template tag 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 d5b7e9f commit 74b388a
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 @@ -110,7 +110,7 @@ public class TemplateTag
public bool Required { get; set; }

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

public class Collection
Expand Down

0 comments on commit 74b388a

Please sign in to comment.