Skip to content

Commit

Permalink
fix: set correct example value
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlkoch committed Jun 2, 2023
1 parent 804ecc7 commit 3807a28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class PropertyFormItemEditConfig extends PropertyFormItemReadConfig {

@Schema(
description = "The identifier of the component to render for this property.",
example = "TextField",
example = "TEXTAREA",
requiredMode = Schema.RequiredMode.REQUIRED
)
private EditFormComponentType component;
Expand Down

0 comments on commit 3807a28

Please sign in to comment.