Skip to content

Commit 3bb45f1

Browse files
rename
1 parent 7a7ef69 commit 3bb45f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/models/flexible_board.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ var ChartSettingsModelAttrType = map[string]attr.Type{
117117
// This is the old version of the BoardPanelModel
118118
// It was used to store the board panel in a list of objects
119119
// This is no longer used, but is kept here for backwards compatibility
120-
type BoardPanelModelV0 struct {
120+
type FlexibleBoardPanelModelV0 struct {
121121
PanelType types.String `tfsdk:"type"`
122122
Position types.List `tfsdk:"position"`
123123
QueryPanel types.List `tfsdk:"query_panel"`

0 commit comments

Comments
 (0)