We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7ef69 commit 3bb45f1Copy full SHA for 3bb45f1
internal/models/flexible_board.go
@@ -117,7 +117,7 @@ var ChartSettingsModelAttrType = map[string]attr.Type{
117
// This is the old version of the BoardPanelModel
118
// It was used to store the board panel in a list of objects
119
// This is no longer used, but is kept here for backwards compatibility
120
-type BoardPanelModelV0 struct {
+type FlexibleBoardPanelModelV0 struct {
121
PanelType types.String `tfsdk:"type"`
122
Position types.List `tfsdk:"position"`
123
QueryPanel types.List `tfsdk:"query_panel"`
0 commit comments