Skip to content

Commit

Permalink
Fix UI Tests compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovic35 committed Dec 20, 2024
1 parent 30199da commit 7fc9d60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ struct ComponentConfigurationView<Component, Configuration>: View where Componen
}
.padding(.horizontal, theme.spaces.spaceFixedMedium)

ShowcaseCode(code: configuration.code)
ShowcaseCode(code: configuration.code, titleText: "app_components_common_viewCodeExample_label")
.padding(.horizontal, theme.spaces.spaceFixedMedium)
}
.padding(.bottom, theme.spaces.spaceFixedMedium)
Expand Down

0 comments on commit 7fc9d60

Please sign in to comment.